models.vmware_object_id module¶
- 
class 
models.vmware_object_id.VmwareObjectId(mor_item=None, mor_type=None, uuid=None)[source]¶ Bases:
objectImplementation of the ‘VMwareObjectId’ model.
Specifies a unique Protection Source id across Cohesity Clusters. It is derived from the id of the VMware Protection Source.
- Attributes:
 mor_item (string): Specifies the Managed Object Reference Item. mor_type (string): Specifies the Managed Object Reference Type. uuid (string): Specifies a Universally Unique Identifier (UUID) of a
VMware 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.