AddCloudSqlDetails

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

Bases: object

The information about the added Cloud SQL.

Methods

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

Attributes

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

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

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

Gets the block_volume_size_in_gbs of this AddCloudSqlDetails. The size of block volume in GB to be attached to the given node. All details needed for attaching the block volume are managed by the service itself.

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

[Required] Gets the cluster_admin_password of this AddCloudSqlDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.

Returns:The cluster_admin_password of this AddCloudSqlDetails.
Return type:str
shape

[Required] Gets the shape of this AddCloudSqlDetails. Shape of the node.

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

Gets the shape_config of this AddCloudSqlDetails.

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