Source code for models_v2.tier_type_1_enum

# -*- coding: utf-8 -*-

[docs]class TierType1Enum(object): """Implementation of the 'TierType1' enum. Specifies the Azure tier types. Attributes: KAZURETIERHOT: TODO: type description here. KAZURETIERCOOL: TODO: type description here. KAZURETIERARCHIVE: TODO: type description here. """ KAZURETIERHOT = 'kAzureTierHot' KAZURETIERCOOL = 'kAzureTierCool' KAZURETIERARCHIVE = 'kAzureTierArchive'