Google Cloud Notebooks V1beta1 Client - Class DiskType (0.3.6)

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

Possible disk types for notebook instances.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;