AddWorkerNodesDetails¶
-
class
oci.bds.models.
AddWorkerNodesDetails
(**kwargs)¶ Bases:
object
The information about added nodes.
Methods
__init__
(**kwargs)Initializes a new AddWorkerNodesDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this AddWorkerNodesDetails. number_of_worker_nodes
[Required] Gets the number_of_worker_nodes of this AddWorkerNodesDetails. -
__init__
(**kwargs)¶ Initializes a new AddWorkerNodesDetails 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 AddWorkerNodesDetails.
- number_of_worker_nodes (int) – The value to assign to the number_of_worker_nodes property of this AddWorkerNodesDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this AddWorkerNodesDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
Returns: The cluster_admin_password of this AddWorkerNodesDetails. Return type: str
-
number_of_worker_nodes
¶ [Required] Gets the number_of_worker_nodes of this AddWorkerNodesDetails. Number of additional worker nodes for the cluster.
Returns: The number_of_worker_nodes of this AddWorkerNodesDetails. Return type: int
-