models_v2.physical_mount_volumes_original_target_config module¶
-
class
models_v2.physical_mount_volumes_original_target_config.
PhysicalMountVolumesOriginalTargetConfig
(server_credentials=None)[source]¶ Bases:
object
Implementation of the ‘Physical Mount Volumes Original Target Config.’ model.
Specifies the configuration for mounting volumes to the original target.
- Attributes:
- 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.