Google Cloud Notebooks V1 Client - Class DiskType (0.7.4)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class DiskType.

Possible disk types for notebook instances.

Protobuf type google.cloud.notebooks.v1.Instance.DiskType

Namespace

Google \ Cloud \ Notebooks \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_TYPE_UNSPECIFIED

Value: 0

Disk type not set.

Generated from protobuf enum DISK_TYPE_UNSPECIFIED = 0;

PD_STANDARD

Value: 1

Standard persistent disk type.

Generated from protobuf enum PD_STANDARD = 1;

PD_SSD

Value: 2

SSD persistent disk type.

Generated from protobuf enum PD_SSD = 2;

PD_BALANCED

Value: 3

Balanced persistent disk type.

Generated from protobuf enum PD_BALANCED = 3;

PD_EXTREME

Value: 4

Extreme persistent disk type.

Generated from protobuf enum PD_EXTREME = 4;