models_v2.type_13_enum module

class models_v2.type_13_enum.Type13Enum[source]

Bases: object

Implementation of the ‘Type13’ enum.

Specifies the Data Migration Task down-tiering file selection type.

Attributes:

OLDERTHAN: TODO: type description here. LASTACCESSED: TODO: type description here. LASTMODIFIED: TODO: type description here.

LASTACCESSED = 'LastAccessed'
LASTMODIFIED = 'LastModified'
OLDERTHAN = 'OlderThan'