models_v2.generic_nas_protection_group_extra_params module

class models_v2.generic_nas_protection_group_extra_params.GenericNasProtectionGroupExtraParams(direct_cloud_archive=None, native_format=None)[source]

Bases: object

Implementation of the ‘GenericNasProtectionGroupExtraParams’ model.

Specifies the extra parameters which are specific to NAS related Protection Groups.

Attributes:
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.

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.