models.cluster_info module¶
-
class
models.cluster_info.
ClusterInfo
(cluster_id=None, incarnation_id=None)[source]¶ Bases:
object
Implementation of the ‘ClusterInfo’ model.
IP Range for range of vip address addition.
- Attributes:
cluster_id (long|int): Specifies the id of the cluster. incarnation_id (int|long): Specifies the incarnation id of 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.