models.uda_recover_job_params module

class models.uda_recover_job_params.UdaRecoverJobParams(concurrency=None, local_mount_dir=None, mounts=None, restore_args=None, script_dir=None)[source]

Bases: object

Implementation of the ‘UdaRecoverJobParams’ model.

Specifies an Object representing Universal Data Adapter.

Attributes:

concurrency (int): Number of parallel streams to use for the restore. local_mount_dir (string): Directory on the host where views will be

mounted.

mounts (int): Max number of view mounts to use for the restore. restore_args (string): Custom arguments which are applicable to the

objects to be restored.

script_dir (string): Path where the source scripts will be located.

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.