models_v2.new_target_config_5 module

class models_v2.new_target_config_5.NewTargetConfig5(mount_target=None, server_credentials=None)[source]

Bases: object

Implementation of the ‘NewTargetConfig5’ model.

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