models_v2.original_target_config_5 module

class models_v2.original_target_config_5.OriginalTargetConfig5(server_credentials=None)[source]

Bases: object

Implementation of the ‘OriginalTargetConfig5’ model.

Specifies the configuration for mounting 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.