Reference documentation and code samples for the Compute V1 Client class Mode.
The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
Protobuf type google.cloud.compute.v1.SavedAttachedDisk.Mode
Namespace
Google \ Cloud \ Compute \ V1 \ SavedAttachedDiskMethods
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 virtual machines 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 virtual machine at a time can be attached to a disk in read-write mode.
Generated from protobuf enum READ_WRITE = 173607894;