models.protection_source_uid module

class models.protection_source_uid.ProtectionSourceUid(cluster_id=None, cluster_incarnation_id=None, parent_source_id=None, source_id=None)[source]

Bases: object

Implementation of the ‘ProtectionSourceUid’ model.

Specifies universal id of the Protection source specific to a cluster.

Attributes:
cluster_id (long|int): Specifies the id of the cluster on which object

is present.

cluster_incarnation_id (long|int): Specifies the incarnation id of the

cluster on which object is present.

parent_source_id (long|int): Specifies parent source id of an object. source_id (long|int): Specifies source id of an object.

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.