# -*- coding: utf-8 -*-
[docs]class Type63Enum(object):
"""Implementation of the 'Type63' enum.
Tiering Levels
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.
"""
KAMAZONS3STANDARD = 'kAmazonS3Standard'
KAMAZONS3STANDARDIA = 'kAmazonS3StandardIA'
KAMAZONS3ONEZONEIA = 'kAmazonS3OneZoneIA'
KAMAZONS3INTELLIGENTTIERING = 'kAmazonS3IntelligentTiering'
KAMAZONS3GLACIER = 'kAmazonS3Glacier'
KAMAZONS3GLACIERDEEPARCHIVE = 'kAmazonS3GlacierDeepArchive'
KAZURETIERHOT = 'kAzureTierHot'
KAZURETIERCOOL = 'kAzureTierCool'
KAZURETIERARCHIVE = 'kAzureTierArchive'
KGOOGLESTANDARD = 'kGoogleStandard'
KGOOGLEREGIONAL = 'kGoogleRegional'
KGOOGLEMULTIREGIONAL = 'kGoogleMultiRegional'
KGOOGLENEARLINE = 'kGoogleNearline'
KGOOGLECOLDLINE = 'kGoogleColdline'
KORACLETIERSTANDARD = 'kOracleTierStandard'
KORACLETIERARCHIVE = 'kOracleTierArchive'