models.athena_io_preferential_tier_enum module

class models.athena_io_preferential_tier_enum.AthenaIOPreferentialTierEnum[source]

Bases: object

Implementation of the ‘AthenaIOPreferentialTier’ enum.

Specifies the list of perferred storage tiers used by Athena.

Attributes:

KPCIESSD: TODO: type description here. KSATASSD: TODO: type description here. KSATAHDD: TODO: type description here. KCLOUD: TODO: type description here.

KCLOUD = 'kCloud'
KPCIESSD = 'kPcieSsd'
KSATAHDD = 'kSataHdd'
KSATASSD = 'kSataSsd'