models_v2.down_tiering_file_selection module

class models_v2.down_tiering_file_selection.DownTieringFileSelection(mtype=None, value=None)[source]

Bases: object

Implementation of the ‘DownTieringFileSelection’ model.

Specifies the file’s selection rule for downtiering.

Attributes:
mtype (Type7Enum): 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 older than 10 days. 2. select files last accessed 2 weeks ago. 3. 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.