models_v2.tier_enum module

class models_v2.tier_enum.TierEnum[source]

Bases: object

Implementation of the ‘Tier’ enum.

Specifies the tier of the disk

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'