type property
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;