RemoveNodesDetails¶
-
class
oci.bds.models.RemoveNodesDetails(**kwargs)¶ Bases:
objectThe information about the list of nodes to be removed.
Methods
__init__(**kwargs)Initializes a new RemoveNodesDetails object with values from keyword arguments. Attributes
cluster_admin_passwordGets the cluster_admin_password of this RemoveNodesDetails. instance_ids[Required] Gets the instance_ids of this RemoveNodesDetails. is_force_remove_enabledGets the is_force_remove_enabled of this RemoveNodesDetails. secret_idGets the secret_id of this RemoveNodesDetails. -
__init__(**kwargs)¶ Initializes a new RemoveNodesDetails 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 RemoveNodesDetails.
- secret_id (str) – The value to assign to the secret_id property of this RemoveNodesDetails.
- is_force_remove_enabled (bool) – The value to assign to the is_force_remove_enabled property of this RemoveNodesDetails.
- instance_ids (list[str]) – The value to assign to the instance_ids property of this RemoveNodesDetails.
-
cluster_admin_password¶ Gets the cluster_admin_password of this RemoveNodesDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
Returns: The cluster_admin_password of this RemoveNodesDetails. Return type: str
-
instance_ids¶ [Required] Gets the instance_ids of this RemoveNodesDetails. List of instance IDs to be removed.
Returns: The instance_ids of this RemoveNodesDetails. Return type: list[str]
-
is_force_remove_enabled¶ Gets the is_force_remove_enabled of this RemoveNodesDetails. Boolean flag specifying whether or not to force remove nodes if graceful removal fails.
Returns: The is_force_remove_enabled of this RemoveNodesDetails. Return type: bool
-
secret_id¶ Gets the secret_id of this RemoveNodesDetails. The secretId for the clusterAdminPassword.
Returns: The secret_id of this RemoveNodesDetails. Return type: str
-