models_v2.down_tiering_exclusion_policy module¶
-
class
models_v2.down_tiering_exclusion_policy.
DownTieringExclusionPolicy
(file_type=None, selection=None, file_size=None)[source]¶ Bases:
object
Implementation of the ‘DownTieringExclusionPolicy’ model.
Specifies the files exclusion rules for downtiering.
- Attributes:
file_type (list of string): TODO: type description here. selection (DownTieringFileSelection): Specifies the file’s selection
rule for downtiering.
- file_size (FileSizeRule): Specifies the file’s selection rule by file
size. eg. 1. select files greather than 10 Bytes. 2. select files less than 20 TiB. 3. select files greather than 5 MiB. type: “object”
-
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.