diskType property
Disk type.
Optional. Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified AWS disk type. Should not be used.
- "GP2" : GP2 disk type.
- "GP3" : GP3 disk type.
- "IO1" : IO1 disk type.
- "IO2" : IO2 disk type.
- "ST1" : ST1 disk type.
- "SC1" : SC1 disk type.
- "STANDARD" : Standard disk type.
Implementation
core.String? diskType;