models_v2.recover_universal_data_adapter_params module

class models_v2.recover_universal_data_adapter_params.RecoverUniversalDataAdapterParams(snapshots=None, recover_to=None, concurrency=1, mounts=1, recovery_args=None, warnings=None)[source]

Bases: object

Implementation of the ‘Recover Universal Data Adapter params.’ model.

Specifies the parameters to recover Universal Data Adapter objects.

Attributes:
recover_to (long|int): Specifies the ‘Source Registration ID’ of the

source where the objects are to be recovered. If this is not specified, the recovery job will recover to the original location.

concurrency (int): Specifies the maximum number of concurrent IO

Streams that will be created to exchange data with the cluster. If not specified, the default value is taken as 1.

mounts (int): Specifies the maximum number of view mounts per host. If

not specified, the default value is taken as 1.

recovery_args (string): Specifies the arguments for recovery of

Universal Data Adapter objects.

snapshots (list of RecoverUniversalDataAdapterSnapshotParams):

Specifies the local snapshot ids and other details of the objects to be recovered.

warnings (list of string): This field will hold the warnings in cases

where the job status is SucceededWithWarnings.

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.