models_v2.new_source_config_7 module¶
-
class
models_v2.new_source_config_7.
NewSourceConfig7
(source_type='kvCloudDirector', vcloud_director_params=None)[source]¶ Bases:
object
Implementation of the ‘NewSourceConfig7’ model.
Specifies the new destination Source configuration parameters where the vApp templates will be recovered. This is mandatory if recoverToNewSource is set to true.
- 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.