diskType property

String? diskType
getter/setter pair

Disk type.

Optional. Possible string values are:

  • "DISK_TYPE_UNSPECIFIED" : Required unspecified disk type.
  • "HYPERDISK_BALANCED" : Hyperdisk Balanced disk type.
  • "HYPERDISK_EXTREME" : Hyperdisk Extreme disk type.
  • "HYPERDISK_ML" : Hyperdisk ML disk type.
  • "HYPERDISK_THROUGHPUT" : Hyperdisk Throughput disk type.

Implementation

core.String? diskType;