models.cluster_config_proto_storage_policy_override module

class models.cluster_config_proto_storage_policy_override.ClusterConfigProtoStoragePolicyOverride(disable_dedup=None, disable_inline_dedup_and_compression=None)[source]

Bases: object

Implementation of the ‘ClusterConfigProto_StoragePolicyOverride’ model.

TODO: type model description here.

Attributes:
disable_dedup (bool): If the following id set to true, we would

disable dedup for writes made in this view irrespective of the view box’s storage policy.

disable_inline_dedup_and_compression (bool): If this is set to true,

we will not do inline dedup and compression even if deduplicate_compress_delay_secs is set to 0 in the view box’s storage policy.

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.