models.expand_physical_cluster_parameters module

class models.expand_physical_cluster_parameters.ExpandPhysicalClusterParameters(chassis_serial_to_rack_id_map=None, node_configs=None, vips=None)[source]

Bases: object

Implementation of the ‘ExpandPhysicalClusterParameters’ model.

Specifies the parameters needed to expand a Cohesity Physical Edition Cluster.

Attributes:

chassis_serial_to_rack_id_map (int|long): ChassisSerialToRackId Map. node_configs (list of PhysicalNodeConfiguration): Specifies the

configuration details of the Nodes in the Cluster.

vips (list of string): Specifies the virtual IPs to add to the

Cluster.

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.