models_v2.exchange_protection_group_parameters module¶
-
class
models_v2.exchange_protection_group_parameters.
ExchangeProtectionGroupParameters
(objects=None, exclude_database_ids=None, indexing_policy=None, backups_copy_only=None)[source]¶ Bases:
object
Implementation of the ‘Exchange Protection Group Parameters.’ model.
Specifies the parameters which are specific to Exchange related Protection Groups.
- Attributes:
- objects (list of ExchangeProtectionGroupObjectParams): Specifies the
list of object ids to be protected.
- exclude_database_ids (list of long|int): Specifies the list of IDs of
the databases to not be protected by this Protection Group. This can be used to ignore specific databases under Exchange Server/DAG which has been included for protection.
- indexing_policy (IndexingPolicy): Specifies settings for indexing
files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index.
- backups_copy_only (bool): Specifies whether the backups should be
copy-only.
-
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.