AddUtilityNodesDetails

class oci.bds.models.AddUtilityNodesDetails(**kwargs)

Bases: object

The information about added utility nodes.

Methods

__init__(**kwargs) Initializes a new AddUtilityNodesDetails object with values from keyword arguments.

Attributes

block_volume_size_in_gbs Gets the block_volume_size_in_gbs of this AddUtilityNodesDetails.
cluster_admin_password [Required] Gets the cluster_admin_password of this AddUtilityNodesDetails.
number_of_utility_nodes [Required] Gets the number_of_utility_nodes of this AddUtilityNodesDetails.
shape Gets the shape of this AddUtilityNodesDetails.
shape_config Gets the shape_config of this AddUtilityNodesDetails.
__init__(**kwargs)

Initializes a new AddUtilityNodesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this AddUtilityNodesDetails.
  • number_of_utility_nodes (int) – The value to assign to the number_of_utility_nodes property of this AddUtilityNodesDetails.
  • shape (str) – The value to assign to the shape property of this AddUtilityNodesDetails.
  • block_volume_size_in_gbs (int) – The value to assign to the block_volume_size_in_gbs property of this AddUtilityNodesDetails.
  • shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the shape_config property of this AddUtilityNodesDetails.
block_volume_size_in_gbs

Gets the block_volume_size_in_gbs of this AddUtilityNodesDetails. The size of block volume in GB to be attached to the given node. It’s a read-only property.

Returns:The block_volume_size_in_gbs of this AddUtilityNodesDetails.
Return type:int
cluster_admin_password

[Required] Gets the cluster_admin_password of this AddUtilityNodesDetails. Base-64 encoded Cluster Admin Password for cluster admin user.

Returns:The cluster_admin_password of this AddUtilityNodesDetails.
Return type:str
number_of_utility_nodes

[Required] Gets the number_of_utility_nodes of this AddUtilityNodesDetails. Number of additional utility nodes for the cluster.

Returns:The number_of_utility_nodes of this AddUtilityNodesDetails.
Return type:int
shape

Gets the shape of this AddUtilityNodesDetails. Shape of the node. It’s a read-only property derived from existing Utility node.

Returns:The shape of this AddUtilityNodesDetails.
Return type:str
shape_config

Gets the shape_config of this AddUtilityNodesDetails.

Returns:The shape_config of this AddUtilityNodesDetails.
Return type:oci.bds.models.ShapeConfigDetails