models_v2.recover_vmware_v_app_templates_vcloud_director_source_config module

class models_v2.recover_vmware_v_app_templates_vcloud_director_source_config.RecoverVmwareVAppTemplatesVcloudDirectorSourceConfig(source=None, vdc=None, catalog=None, datastores=None, storage_profile=None, network_config=None)[source]

Bases: object

Implementation of the ‘Recover VMware vApp Templates vCloudDirector Source Config.’ model.

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

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

vApp templates.

vdc (Vdc): Specifies the VDC object where the recovered objects will

be attached.

catalog (Catalog): Specifies the catalog where the vApp template

should reside.

datastores (list of RecoveryObjectIdentifier): Specifies the datastore

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

storage_profile (StorageProfile): Specifies the storage profile to

which the objects should be recovered. This should only be specified if datastores are not specified.

network_config (NetworkConfig11): Specifies the networking

configuration to be applied to the recovered vApp templates.

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.