RemoveKafkaDetails¶
-
class
oci.bds.models.
RemoveKafkaDetails
(**kwargs)¶ Bases:
object
The 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_password
[Required] Gets the cluster_admin_password 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.
-
cluster_admin_password
¶ [Required] 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
-