Compute V1 Client - Class Mode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Mode.

The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.

Protobuf type google.cloud.compute.v1.PreservedStatePreservedDisk.Mode

Namespace

Google \ Cloud \ Compute \ V1 \ PreservedStatePreservedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_MODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_MODE = 0;

READ_ONLY

Value: 91950261

Attaches this disk in read-only mode. Multiple VM instances can use a disk in READ_ONLY mode at a time.

Generated from protobuf enum READ_ONLY = 91950261;

READ_WRITE

Value: 173607894

[Default] Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached to a disk in READ_WRITE mode.

Generated from protobuf enum READ_WRITE = 173607894;