Module: Google::Cloud::Notebooks::V1::Instance::DiskType

Defined in:
proto_docs/google/cloud/notebooks/v1/instance.rb

Overview

Possible disk types for notebook instances.

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