models_v2.recover_vmware_v_ms_v_center_source_config module

class models_v2.recover_vmware_v_ms_v_center_source_config.RecoverVmwareVMsVCenterSourceConfig(source=None, resource_pool=None, datastores=None, vm_folder=None, network_config=None)[source]

Bases: object

Implementation of the ‘Recover VMware VMs vCenter Source Config.’ model.

Specifies the new destination Source configuration where the VMs will be recovered for vCenter sources.

Attributes:
source (Source): Specifies the id of the parent source to recover the

VMs.

resource_pool (ResourcePool): Specifies the resource pool object where

the recovered objects will be attached.

datastores (list of RecoveryObjectIdentifier): Specifies the datastore

objects where the object’s files should be recovered to.

vm_folder (VmFolder): Folder where the VMs should be created. network_config (NetworkConfig5): Specifies the networking

configuration to be applied to the recovered VMs.

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.