models_v2.isilon_object_protection_params module

class models_v2.isilon_object_protection_params.IsilonObjectProtectionParams(protocol=None, continuous_snapshots=None, use_changelist=None)[source]

Bases: object

Implementation of the ‘IsilonObjectProtectionParams’ model.

Specifies the parameters which are specific to Isilon object protection.

Attributes:
protocol (Protocol4Enum): Specifies the protocol of the NAS device

being backed up.

continuous_snapshots (ContinuousSnapshotParams): Specifies the source

snapshots to be taken even if there is a pending run in a protection group.

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.

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.