RemoveCloudSqlDetails

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

Bases: object

The information about the Cloud SQL installation that was removed.

Methods

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

Attributes

cluster_admin_password [Required] Gets the cluster_admin_password of this RemoveCloudSqlDetails.
__init__(**kwargs)

Initializes a new RemoveCloudSqlDetails 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 RemoveCloudSqlDetails.
cluster_admin_password

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

Returns:The cluster_admin_password of this RemoveCloudSqlDetails.
Return type:str