models_v2.recover_hyperv_v_ms_new_source_config module

class models_v2.recover_hyperv_v_ms_new_source_config.RecoverHypervVMsNewSourceConfig(source_type=None, scvmm_server_params=None, standalone_host_params=None, standalone_cluster_params=None)[source]

Bases: object

Implementation of the ‘Recover HyperV VMs New Source Config.’ model.

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

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.