models_v2.vmware_recover_disks_target_source_config module

class models_v2.vmware_recover_disks_target_source_config.VmwareRecoverDisksTargetSourceConfig(source_id=None, disks=None)[source]

Bases: object

Implementation of the ‘VmwareRecoverDisksTargetSourceConfig’ model.

Specifies the configuration for restoring disks to a different VM than the one from which the snapshot was taken.

Attributes:
source_id (long|int): Specifies the source ID of the VM to which the

disks will be restored.

disks (list of VmwareRecoverTargetSourceDiskParams): Specifies the

disks to be recovered and the location to which they will be recovered.

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.