models_v2.hyperv_mount_volumes_new_target_config_1 module¶
- 
class models_v2.hyperv_mount_volumes_new_target_config_1.HypervMountVolumesNewTargetConfig1(mount_target=None, server_credentials=None)[source]¶
- Bases: - object- Implementation of the ‘HyperV Mount Volumes New Target Config.1’ model. - Specifies the configuration for mounting volumes to a new target. - Attributes:
- mount_target (RecoverTarget): Specifies the target entity to recover
- to. 
- server_credentials (ServerCredentials): Specifies credentials to
- access the target server. This is required if the server is of Linux OS. 
 
 - 
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.