models.storage_policy_override module

class models.storage_policy_override.StoragePolicyOverride(disable_inline_dedup_and_compression=None)[source]

Bases: object

Implementation of the ‘StoragePolicyOverride’ model.

Specifies if inline deduplication and compression settings inherited from Storage Domain (View Box) should be disabled for this View.

Attributes:
disable_inline_dedup_and_compression (bool): If false, the inline

deduplication and compression settings inherited from the Storage Domain (View Box) apply to this View. If true, both inline deduplication and compression are disabled for this View. This can only be set to true if inline deduplication is set for the Storage Domain (View Box).

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.