CreateNodeDetails¶
-
class
oci.bds.models.
CreateNodeDetails
(**kwargs)¶ Bases:
object
The information about new node
Methods
__init__
(**kwargs)Initializes a new CreateNodeDetails object with values from keyword arguments. Attributes
block_volume_size_in_gbs
[Required] Gets the block_volume_size_in_gbs of this CreateNodeDetails. node_type
[Required] Gets the node_type of this CreateNodeDetails. shape
[Required] Gets the shape of this CreateNodeDetails. subnet_id
[Required] Gets the subnet_id of this CreateNodeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - node_type (str) – The value to assign to the node_type property of this CreateNodeDetails.
- shape (str) – The value to assign to the shape property of this CreateNodeDetails.
- block_volume_size_in_gbs (int) – The value to assign to the block_volume_size_in_gbs property of this CreateNodeDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateNodeDetails.
-
block_volume_size_in_gbs
¶ [Required] Gets the block_volume_size_in_gbs of this CreateNodeDetails. The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
Returns: The block_volume_size_in_gbs of this CreateNodeDetails. Return type: int
-
node_type
¶ [Required] Gets the node_type of this CreateNodeDetails. BDS instance node type
Returns: The node_type of this CreateNodeDetails. Return type: str
-
shape
¶ [Required] Gets the shape of this CreateNodeDetails. Shape of the node
Returns: The shape of this CreateNodeDetails. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateNodeDetails. The OCID of the subnet in which the node should be created
Returns: The subnet_id of this CreateNodeDetails. Return type: str
-