models_v2.current_tier_type_enum module

class models_v2.current_tier_type_enum.CurrentTierTypeEnum[source]

Bases: object

Implementation of the ‘CurrentTierType’ enum.

Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.

Attributes:

KAMAZONS3STANDARD: TODO: type description here. KAMAZONS3STANDARDIA: TODO: type description here. KAMAZONS3ONEZONEIA: TODO: type description here. KAMAZONS3INTELLIGENTTIERING: TODO: type description here. KAMAZONS3GLACIER: TODO: type description here. KAMAZONS3GLACIERDEEPARCHIVE: TODO: type description here. KAZURETIERHOT: TODO: type description here. KAZURETIERCOOL: TODO: type description here. KAZURETIERARCHIVE: TODO: type description here. KGOOGLESTANDARD: TODO: type description here. KGOOGLEREGIONAL: TODO: type description here. KGOOGLEMULTIREGIONAL: TODO: type description here. KGOOGLENEARLINE: TODO: type description here. KGOOGLECOLDLINE: TODO: type description here. KORACLETIERSTANDARD: TODO: type description here. KORACLETIERARCHIVE: TODO: type description here.

KAMAZONS3GLACIER = 'kAmazonS3Glacier'
KAMAZONS3GLACIERDEEPARCHIVE = 'kAmazonS3GlacierDeepArchive'
KAMAZONS3INTELLIGENTTIERING = 'kAmazonS3IntelligentTiering'
KAMAZONS3ONEZONEIA = 'kAmazonS3OneZoneIA'
KAMAZONS3STANDARD = 'kAmazonS3Standard'
KAMAZONS3STANDARDIA = 'kAmazonS3StandardIA'
KAZURETIERARCHIVE = 'kAzureTierArchive'
KAZURETIERCOOL = 'kAzureTierCool'
KAZURETIERHOT = 'kAzureTierHot'
KGOOGLECOLDLINE = 'kGoogleColdline'
KGOOGLEMULTIREGIONAL = 'kGoogleMultiRegional'
KGOOGLENEARLINE = 'kGoogleNearline'
KGOOGLEREGIONAL = 'kGoogleRegional'
KGOOGLESTANDARD = 'kGoogleStandard'
KORACLETIERARCHIVE = 'kOracleTierArchive'
KORACLETIERSTANDARD = 'kOracleTierStandard'