models.recover_virtual_disk_params_virtual_disk_mapping module¶
-
class
models.recover_virtual_disk_params_virtual_disk_mapping.
RecoverVirtualDiskParamsVirtualDiskMapping
(disk_to_overwrite=None, src_disk=None, target_location=None)[source]¶ Bases:
object
Implementation of the ‘RecoverVirtualDiskParams_VirtualDiskMapping’ model.
TODO: type model description here.
- Attributes:
- disk_to_overwrite (VirtualDiskId): This message defines the proto that
can be used to identify the disks in different environments.
- src_disk (VirtualDiskId): This message defines the proto that can be
used to identify the disks in different environments.
- target_location (EntityProto): Specifies the attributes and the latest
statistics about an entity.
-
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.