models_v2.unit_11_enum module

class models_v2.unit_11_enum.Unit11Enum[source]

Bases: object

Implementation of the ‘Unit11’ enum.

Specificies the time unit after which backup will be moved to next tier.

Attributes:

DAYS: TODO: type description here. WEEKS: TODO: type description here. MONTHS: TODO: type description here. YEARS: TODO: type description here.

DAYS = 'Days'
MONTHS = 'Months'
WEEKS = 'Weeks'
YEARS = 'Years'