models_v2.up_tiering_file_selection module¶
-
class
models_v2.up_tiering_file_selection.
UpTieringFileSelection
(mtype=None, value=None)[source]¶ Bases:
object
Implementation of the ‘UpTieringFileSelection’ model.
Specifies the file’s selection rule for uptiering.
- Attributes:
- mtype (Type8Enum): Specifies the metadata information used for the
file selection.
- value (long|int): Specifies the number of msecs used during the file
selection eg. 1. select files last accessed 2 weeks ago. 2. select files last modified 1 month ago.
-
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.