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