models_v2.recover_vmware_v_app_templates_new_source_config module¶
-
class
models_v2.recover_vmware_v_app_templates_new_source_config.
RecoverVmwareVAppTemplatesNewSourceConfig
(source_type='kvCloudDirector', vcloud_director_params=None)[source]¶ Bases:
object
Implementation of the ‘Recover VMware vApp Templates New Source Config.’ model.
Specifies the new destination Source configuration where the vApps templates will be recovered.
- Attributes:
- source_type (string): Specifies the type of VMware source to which the
vApp templatess are being restored.
- vcloud_director_params
(RecoverVmwareVAppTemplatesVcloudDirectorSourceConfig): Specifies the new destination Source configuration where the vApp Templates 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.