models_v2.physical_volume_protection_group_params module

class models_v2.physical_volume_protection_group_params.PhysicalVolumeProtectionGroupParams(objects=None, indexing_policy=None, perform_source_side_deduplication=None, quiesce=None, continue_on_quiesce_failure=None, incremental_backup_after_restart=None, pre_post_script=None, dedup_exclusion_source_ids=None)[source]

Bases: object

Implementation of the ‘PhysicalVolumeProtectionGroupParams’ model.

Specifies the parameters which are specific to Volume based physical Protection Groups.

Attributes:
objects (list of PhysicalVolumeProtectionGroupObjectParams): TODO:

type description here.

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.

perform_source_side_deduplication (bool): Specifies whether or not to

perform source side deduplication on this Protection Group.

quiesce (bool): Specifies Whether to take app-consistent snapshots by

quiescing apps and the filesystem before taking a backup

continue_on_quiesce_failure (bool): Specifies whether to continue

backing up on quiesce failure

incremental_backup_after_restart (bool): Specifies whether or not to

perform an incremental backup after the server restarts. This is applicable to windows environments.

pre_post_script (PreAndPostScriptParams): Specifies the params for pre

and post scripts.

dedup_exclusion_source_ids (list of long|int): Specifies ids of

sources for which deduplication has to be disabled.

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.