Source code for models_v2.disk_tiers_1_enum

# -*- coding: utf-8 -*-

[docs]class DiskTiers1Enum(object): """Implementation of the 'DiskTiers1' enum. Disk Tiers Attributes: PCIESSD: TODO: type description here. SATASSD: TODO: type description here. SATAHDD: TODO: type description here. CLOUD: TODO: type description here. """ PCIESSD = 'PCIeSSD' SATASSD = 'SATA-SSD' SATAHDD = 'SATA-HDD' CLOUD = 'CLOUD'