models_v2.cluster_free_disks module

class models_v2.cluster_free_disks.ClusterFreeDisks(node_free_disks=None)[source]

Bases: object

Implementation of the ‘ClusterFreeDisks’ model.

Sepcifies the free disks of cluster.

Attributes:
node_free_disks (list of NodeFreeDisks): Specifies list of free disks

of 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.