models.mount_volumes_hyperv_params module¶
-
class
models.mount_volumes_hyperv_params.
MountVolumesHypervParams
(bring_disks_online=None, target_entity_credentials=None)[source]¶ Bases:
object
Implementation of the ‘MountVolumesHyperVParams’ model.
TODO: type model description here.
- Attributes:
- bring_disks_online (bool): Optional setting which will determine if
the volumes need to be onlined within the target environment after attaching the disks. NOTE: If this is set to true, then target_entity_credentials must be specified and HyperV Integration Services must be installed on the VM.
- target_entity_credentials (Credentials): Specifies credentials to
access a target source.
-
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.