models_v2.mcm_cluster_identifier module¶
-
class
models_v2.mcm_cluster_identifier.
MCMClusterIdentifier
(cluster_id=None, cluster_incarnation_id=None, region_id=None)[source]¶ Bases:
object
Implementation of the ‘MCM Cluster Identifier.’ model.
Specifies the MCM cluster identifier.
- Attributes:
cluster_id (long|int): Specifies the cluster id of the cluster. cluster_incarnation_id (long|int): Specifies the incarnation id of the
cluster.
- region_id (string): Specifies the region id of the cluster. Only valid
for DMaaS clusters.
-
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.