public enum DiskRestoreProperties.AccessMode extends Enum<DiskRestoreProperties.AccessMode> implements ProtocolMessageEnum
The supported access modes of the disk.
Protobuf enum google.cloud.backupdr.v1.DiskRestoreProperties.AccessMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
READ_ONLY_MANY |
The AccessMode means the disk can be attached to multiple instances in RO mode. |
READ_ONLY_MANY_VALUE |
The AccessMode means the disk can be attached to multiple instances in RO mode. |
READ_WRITE_MANY |
The AccessMode means the disk can be attached to multiple instances in RW mode. |
READ_WRITE_MANY_VALUE |
The AccessMode means the disk can be attached to multiple instances in RW mode. |
READ_WRITE_SINGLE |
The default AccessMode, means the disk can be attached to single instance in RW mode. |
READ_WRITE_SINGLE_VALUE |
The default AccessMode, means the disk can be attached to single instance in RW mode. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |