Source code for models.athena_slower_io_preferential_tier_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class AthenaSlowerIOPreferentialTierEnum(object): """Implementation of the 'AthenaSlowerIOPreferentialTier' enum. Specifies the list of perferred storage tiers used by Athena for slower storage. Attributes: KPCIESSD: TODO: type description here. KSATASSD: TODO: type description here. KSATAHDD: TODO: type description here. KCLOUD: TODO: type description here. """ KPCIESSD = 'kPcieSsd' KSATASSD = 'kSataSsd' KSATAHDD = 'kSataHdd' KCLOUD = 'kCloud'