RemoveNodeDetails

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

Bases: object

The information about node to be removed.

Methods

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

Attributes

cluster_admin_password [Required] Gets the cluster_admin_password of this RemoveNodeDetails.
is_force_remove_enabled Gets the is_force_remove_enabled of this RemoveNodeDetails.
node_id [Required] Gets the node_id of this RemoveNodeDetails.
__init__(**kwargs)

Initializes a new RemoveNodeDetails 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 RemoveNodeDetails.
  • is_force_remove_enabled (bool) – The value to assign to the is_force_remove_enabled property of this RemoveNodeDetails.
  • node_id (str) – The value to assign to the node_id property of this RemoveNodeDetails.
cluster_admin_password

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

Returns:The cluster_admin_password of this RemoveNodeDetails.
Return type:str
is_force_remove_enabled

Gets the is_force_remove_enabled of this RemoveNodeDetails. Boolean flag specifying whether or not to force remove node if graceful removal fails.

Returns:The is_force_remove_enabled of this RemoveNodeDetails.
Return type:bool
node_id

[Required] Gets the node_id of this RemoveNodeDetails. OCID of the node to be removed.

Returns:The node_id of this RemoveNodeDetails.
Return type:str