Module: Google::Cloud::Notebooks::V2::DiskType
- Defined in:
- proto_docs/google/cloud/notebooks/v2/gce_setup.rb
Overview
Possible disk types.
Constant Summary collapse
- DISK_TYPE_UNSPECIFIED =
Disk type not set.
0- PD_STANDARD =
Standard persistent disk type.
1- PD_SSD =
SSD persistent disk type.
2- PD_BALANCED =
Balanced persistent disk type.
3- PD_EXTREME =
Extreme persistent disk type.
4