models_v2.isilon_protection_group_params module

class models_v2.isilon_protection_group_params.IsilonProtectionGroupParams(objects=None, direct_cloud_archive=None, native_format=None, indexing_policy=None, protocol=None, continue_on_error=None, encryption_enabled=None, file_lock_config=None, file_filters=None, use_changelist=None, source_id=None, source_name=None, pre_post_script=None)[source]

Bases: object

Implementation of the ‘IsilonProtectionGroupParams’ model.

Specifies the parameters which are specific to Isilon related Protection Groups.

Attributes:
objects (list of IsilonProtectionGroupObjectParams): Specifies the

objects to be included in the Protection Group.

direct_cloud_archive (bool): Specifies whether or not to store the

snapshots in this run directly in an Archive Target instead of on the Cluster. If this is set to true, the associated policy must have exactly one Archive Target associated with it and the policy must be set up to archive after every run. Also, a Storage Domain cannot be specified. Default behavior is ‘false’.

native_format (bool): Specifies whether or not to enable native format

for direct archive job. This field is set to true if native format should be used for archiving.

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.

protocol (ProtocolEnum): Specifies the preferred protocol to use if

this device supports multiple protocols.

continue_on_error (bool): Specifies whether or not the Protection

Group should continue regardless of whether or not an error was encountered during protection group run.

encryption_enabled (bool): Specifies whether the protection group

should use encryption while backup or not.

file_lock_config (FileLevelDataLockConfigurations): Specifies a config

to lock files in a view - to protect from malicious or an accidental attempt to delete or modify the files in this view.

file_filters (ProtectionGroupFileFilteringPolicy): Specifies a set of

filters for a file based Protection Group. These values are strings which can represent a prefix or suffix. Example: ‘/tmp’ or ‘*.mp4’. For file based Protection Groups, all files under prefixes specified by the ‘includeFilters’ list will be protected unless they are explicitly excluded by the ‘excludeFilters’ list.

use_changelist (bool): Specify whether to use the Isilon Changelist

API to directly discover changed files/directories for faster incremental backup. Cohesity will keep an extra snapshot which will be deleted by the next successful backup.

source_id (long|int): Specifies the id of the parent of the objects. source_name (string): Specifies the name of the parent of the

objects.

pre_post_script (HostBasedBackupScriptParams): Specifies params of a

pre/post scripts to be executed before and after a backup run.

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.