CloudSqlDetails¶
- 
class oci.bds.models.CloudSqlDetails(**kwargs)¶
- Bases: - object- The information about added Cloud SQL capability - Methods - __init__(**kwargs)- Initializes a new CloudSqlDetails object with values from keyword arguments. - Attributes - block_volume_size_in_gbs- Gets the block_volume_size_in_gbs of this CloudSqlDetails. - ip_address- [Required] Gets the ip_address of this CloudSqlDetails. - is_kerberos_mapped_to_database_users- Gets the is_kerberos_mapped_to_database_users of this CloudSqlDetails. - kerberos_details- Gets the kerberos_details of this CloudSqlDetails. - shape- [Required] Gets the shape of this CloudSqlDetails. - 
__init__(**kwargs)¶
- Initializes a new CloudSqlDetails 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 CloudSqlDetails.
- block_volume_size_in_gbs (int) – The value to assign to the block_volume_size_in_gbs property of this CloudSqlDetails.
- is_kerberos_mapped_to_database_users (bool) – The value to assign to the is_kerberos_mapped_to_database_users property of this CloudSqlDetails.
- ip_address (str) – The value to assign to the ip_address property of this CloudSqlDetails.
- kerberos_details (list[oci.bds.models.KerberosDetails]) – The value to assign to the kerberos_details property of this CloudSqlDetails.
 
 - 
block_volume_size_in_gbs¶
- Gets the block_volume_size_in_gbs of this CloudSqlDetails. 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 CloudSqlDetails. - Return type: - int 
 - 
ip_address¶
- [Required] Gets the ip_address of this CloudSqlDetails. IP address of the Cloud SQL node. - Returns: - The ip_address of this CloudSqlDetails. - Return type: - str 
 - 
is_kerberos_mapped_to_database_users¶
- Gets the is_kerberos_mapped_to_database_users of this CloudSqlDetails. Boolean flag specifying whether or not Kerberos principals are mapped to database users. - Returns: - The is_kerberos_mapped_to_database_users of this CloudSqlDetails. - Return type: - bool 
 - 
kerberos_details¶
- Gets the kerberos_details of this CloudSqlDetails. Details about the Kerberos principals. - Returns: - The kerberos_details of this CloudSqlDetails. - Return type: - list[oci.bds.models.KerberosDetails] 
 - 
shape¶
- [Required] Gets the shape of this CloudSqlDetails. Shape of the node - Returns: - The shape of this CloudSqlDetails. - Return type: - str 
 
-