models.vm_linking_info module¶
-
class
models.vm_linking_info.
VmLinkingInfo
(is_migrated=None, migrated_time_usecs=None, previous_vm_entity_id=None, previous_vm_parent_source_id=None)[source]¶ Bases:
object
Implementation of the ‘VmLinkingInfo’ model.
Specifies the parameters for configuration of IPMI. This is only needed for physical clusters.
- Attributes:
- is_migrated (bool): This is set to true if a VM is linked in entity
provenance by edge type kVMMigration.
- migrated_time_usecs (long|int): This is the time when ther VM was
identified to have been migrated by Cohesity. Note that this time can differ from the actual migration time in vCenter.
- previous_vm_entity_id (long|int): This is the id of the VM on the
vCenter where it was originally present
- previous_vm_parent_source_id (long|int): This is the id of vCenter
where the VM was originally present
-
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.