models.storage_tier_enum module

class models.storage_tier_enum.StorageTierEnum[source]

Bases: object

Implementation of the ‘StorageTier’ enum.

StorageTier is the type of StorageTier. StorageTierType represents the various values for the Storage Tier. ‘kPCIeSSD’ indicates storage tier type of Pci Solid State Drive. ‘kSATAHDD’ indicates storage tier type of SATA Solid State Drive. ‘kSATAHDD’ indicates storage tier type of SATA Hard Disk Drive. ‘kCLOUD’ indicates storage tier type of Cloud.

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'