models_v2.uda_protection_group_params module¶
-
class
models_v2.uda_protection_group_params.
UdaProtectionGroupParams
(source_id=None, objects=None, full_backup_args=None, incr_backup_args=None, log_backup_args=None, concurrency=1, mounts=1)[source]¶ Bases:
object
Implementation of the ‘UdaProtectionGroupParams’ model.
Specifies parameters related to the Universal Data Adapter Protection job.
- Attributes:
- source_id (long|int): Specifies the source Id of the objects to be
protected.
- objects (list of UdaProtectionGroupObjectParams): Specifies a list of
fully qualified names of the objects to be protected.
- full_backup_args (string): Specifies the custom arguments to be
supplied to the full backup script when a full backup is enabled in the policy.
- incr_backup_args (string): Specifies the custom arguments to be
supplied to the incremental backup script when an incremental backup is enabled in the policy.
- log_backup_args (string): Specifies the custom arguments to be
supplied to the log backup script when a log backup is enabled in the policy.
- 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.
-
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.