models_v2.mount_volume_params_2 module¶
-
class
models_v2.mount_volume_params_2.
MountVolumeParams2
(target_environment='kHyperV', hyperv_target_params=None)[source]¶ Bases:
object
Implementation of the ‘MountVolumeParams2’ model.
Specifies the parameters to mount HyperV Volumes.
- Attributes:
- target_environment (string): Specifies the environment of the recovery
target. The corresponding params below must be filled out.
- hyperv_target_params (HypervTargetParams1): Specifies the params for
recovering to a HyperV target.
-
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.