models_v2.recover_vmware_v_apps_new_source_config module

class models_v2.recover_vmware_v_apps_new_source_config.RecoverVmwareVAppsNewSourceConfig(source_type='kvCloudDirector', vcloud_director_params=None)[source]

Bases: object

Implementation of the ‘Recover VMware vApps New Source Config.’ model.

Specifies the new destination Source configuration where the vApps will be recovered.

Attributes:
source_type (string): Specifies the type of VMware source to which the

VMs are being restored.

vcloud_director_params (RecoverVmwareVMsVcloudDirectorSourceConfig1):

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

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.