type property

String? type
getter/setter pair

Specifies the type of the disk.

Optional. Possible string values are:

  • "DISK_TYPE_UNSPECIFIED" : Default value, which is unused.
  • "SCRATCH" : A scratch disk type.
  • "PERSISTENT" : A persistent disk type.

Implementation

core.String? type;