models_v2.new_source_config_5 module¶
-
class
models_v2.new_source_config_5.
NewSourceConfig5
(source_type=None, standalone_host_params=None, v_center_params=None, vcloud_director_params=None)[source]¶ Bases:
object
Implementation of the ‘NewSourceConfig5’ model.
Specifies the new destination Source configuration parameters where the VMs will be recovered. This is mandatory if recoverToNewSource is set to true.
- Attributes:
- source_type (SourceTypeEnum): Specifies the type of VMware source to
which the VMs are being restored.
- standalone_host_params (RecoverVmwareVMsESXiSourceConfig): Specifies
the new destination Source configuration where the VMs will be recovered for ESXi sources.
- v_center_params (RecoverVmwareVMsVCenterSourceConfig): Specifies the
new destination Source configuration where the VMs will be recovered for vCenter sources.
- vcloud_director_params (RecoverVmwareVMsVcloudDirectorSourceConfig):
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.