models.apollo_io_preferential_tier_enum module

class models.apollo_io_preferential_tier_enum.ApolloIOPreferentialTierEnum[source]

Bases: object

Implementation of the ‘ApolloIOPreferentialTier’ enum.

Specifies the preferred storage tier used by Apollo as its actions WAL.

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'