models.expand_cloud_cluster_parameters module¶
- 
class 
models.expand_cloud_cluster_parameters.ExpandCloudClusterParameters(node_ips=None)[source]¶ Bases:
objectImplementation of the ‘ExpandCloudClusterParameters’ model.
Specifies the parameters needed to expand a Cohesity Cloud Edition Cluster.
- Attributes:
 - node_ips (list of string): Specifies the list of IPs of the new
 Nodes.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.