Interface protos.google.cloud.notebooks.v1.Instance.IDisk (2.1.4)

Properties of a Disk.

Package

@google-cloud/notebooks

Properties

autoDelete

autoDelete?: (boolean|null);

Disk autoDelete

boot

boot?: (boolean|null);

Disk boot

deviceName

deviceName?: (string|null);

Disk deviceName

diskSizeGb

diskSizeGb?: (number|Long|string|null);

Disk diskSizeGb

guestOsFeatures

guestOsFeatures?: (google.cloud.notebooks.v1.Instance.Disk.IGuestOsFeature[]|null);

Disk guestOsFeatures

index

index?: (number|Long|string|null);

Disk index

interface

"interface"?: (string|null);

Disk interface

kind

kind?: (string|null);

Disk kind

licenses

licenses?: (string[]|null);

Disk licenses

mode

mode?: (string|null);

Disk mode

source

source?: (string|null);

Disk source

type

type?: (string|null);

Disk type