models_v2.tier_2_enum module

class models_v2.tier_2_enum.Tier2Enum[source]

Bases: object

Implementation of the ‘tier2’ enum.

TODO: type enum description here.

Attributes:

PCIESSD: TODO: type description here. SATASSD: TODO: type description here. SATAHDD: TODO: type description here. CLOUD: TODO: type description here.

CLOUD = 'CLOUD'
PCIESSD = 'PCIeSSD'
SATAHDD = 'SATA-HDD'
SATASSD = 'SATA-SSD'