models_v2.up_tiering_exclusion_policy module¶
- 
class 
models_v2.up_tiering_exclusion_policy.UpTieringExclusionPolicy(file_type=None, selection=None, file_size=None)[source]¶ Bases:
objectImplementation of the ‘UpTieringExclusionPolicy’ model.
Specifies the files exclusion rules for uptiering.
- Attributes:
 file_type (list of string): TODO: type description here. selection (UpTieringFileSelection): Specifies the file’s selection
rule for uptiering.
- 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.