RemoveKafkaDetails¶
-
class
oci.bds.models.RemoveKafkaDetails(**kwargs)¶ Bases:
objectThe information about the Kafka installation to be removed. All configured Kafka nodes are considered for removal.
Methods
__init__(**kwargs)Initializes a new RemoveKafkaDetails object with values from keyword arguments. Attributes
cluster_admin_passwordGets the cluster_admin_password of this RemoveKafkaDetails. secret_idGets the secret_id of this RemoveKafkaDetails. -
__init__(**kwargs)¶ Initializes a new RemoveKafkaDetails 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 RemoveKafkaDetails.
- secret_id (str) – The value to assign to the secret_id property of this RemoveKafkaDetails.
-
cluster_admin_password¶ Gets the cluster_admin_password of this RemoveKafkaDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this RemoveKafkaDetails. Return type: str
-
secret_id¶ Gets the secret_id of this RemoveKafkaDetails. The secretId for the clusterAdminPassword.
Returns: The secret_id of this RemoveKafkaDetails. Return type: str
-