models_v2.protected_object_backup_config module¶
-
class
models_v2.protected_object_backup_config.
ProtectedObjectBackupConfig
(policy_id=None, storage_domain_id=None, start_time=None, priority=None, sla=None, qos_policy=None, abort_in_blackouts=None, environment=None, vmware_params=None, generic_nas_params=None, gpfs_params=None, elastifile_params=None, netapp_params=None, isilon_params=None, flashblade_params=None, mssql_params=None, office_365_user_mailbox_params=None, is_auto_protect_config=None, auto_protect_parent_id=None, is_paused=None, is_active=None)[source]¶ Bases:
object
Implementation of the ‘ProtectedObjectBackupConfig’ model.
Specifies the backup configuration for protected object.
- Attributes:
- policy_id (string): Specifies the unique id of the Protection Policy.
The Policy settings will be attached with every object and will be used in backup.
- storage_domain_id (long|int): Specifies the Storage Domain (View Box)
ID where the object backup will be taken. This is not required if Cloud archive direct is benig used.
- start_time (TimeOfDay): Specifies the time of day. Used for scheduling
purposes.
- priority (PriorityEnum): Specifies the priority for the objects
backup.
- sla (list of SlaRule): Specifies the SLA parameters for list of
objects.
- qos_policy (QosPolicyEnum): Specifies whether object backup will be
written to HDD or SSD.
- abort_in_blackouts (bool): Specifies whether currently executing
object backup should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- environment (Environment15Enum): Specifies the environment for current
object.
- vmware_params (VmwareObjectProtectionResponseParams): Specifies the
parameters which are specific to VMware object protection.
- generic_nas_params (CommonNasProtectionParams): Specifies the
parameters which are specific to Generic NAS object protection.
- gpfs_params (GpfsObjectProtectionResponseParams): Specifies the
parameters which are specific to Gpfs object protection.
- elastifile_params (ElastifileObjectProtectionResponseParams):
Specifies the parameters which are specific to Elastifile object protection.
- netapp_params (NetappObjectProtectionResponseParams): Specifies the
parameters which are specific to Netapp object protection.
- isilon_params (IsilonObjectProtectionResponseParams): Specifies the
parameters which are specific to Isilon object protection.
- flashblade_params (FlashbladeObjectProtectionResponseParams):
Specifies the parameters which are specific to Flashblade object protection.
- mssql_params (CommonMssqlObjectProtectionParams): Specifies the
response parameters specific to MSSQL object protection.
- office_365_user_mailbox_params
(Office365ObjectProtectionCommonParams): Specifies the response parameters specific to Microsoft 365 User Mailbox object protection.
- is_auto_protect_config (bool): Specifies whether or not this
configuration is applied to an autoprotected object rather than this specific object.
- auto_protect_parent_id (long|int): Specifies the parent ID of the
object which the backup configuration is applied to if this is an auto protect config.
- is_paused (bool): Specifies whether or not protection has been paused
on this object.
- is_active (bool): Specifies whether or not protection has been
deactivated on this object.
-
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.