models.data_disk_type_enum module

class models.data_disk_type_enum.DataDiskTypeEnum[source]

Bases: object

Implementation of the ‘DataDiskType’ enum.

Specifies the disk type used by the data. ‘kPremiumSSD’ is disk type backed by SSDs, delivers high performance, low latency disk support for VMs running I/O intensive workloads. ‘kStandardSSD’ implies disk type that offers more consistent performance and reliability than HDD. ‘kStandardHDD’ implies disk type backed by HDDs, delivers cost effective storage.

Attributes:

KPREMIUMSSD: TODO: type description here. KSTANDARDSSD: TODO: type description here. KSTANDARDHDD: TODO: type description here.

KPREMIUMSSD = 'kPremiumSSD'
KSTANDARDHDD = 'kStandardHDD'
KSTANDARDSSD = 'kStandardSSD'