models_v2.new_source_config_22 module

class models_v2.new_source_config_22.NewSourceConfig22(source_type=None, scvmm_server_params=None, standalone_host_params=None, standalone_cluster_params=None)[source]

Bases: object

Implementation of the ‘NewSourceConfig22’ 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 (SourceType1Enum): Specifies the type of HyperV source to

which the VMs are being restored.

scvmm_server_params (RecoverHypervVMsNewSCVMMSourceConfig): Specifies

the new destination Source configuration where the VMs will be recovered.

standalone_host_params

(RecoverHypervVMsNewStandaloneHostSourceConfig): Specifies the new destination Source configuration where the VMs will be recovered.

standalone_cluster_params

(RecoverHypervVMsNewStandaloneClusterSourceConfig): Specifies the new destination Source configuration where the VMs will be recovered.

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.