public enum SecondaryBootDisk.Mode extends Enum<SecondaryBootDisk.Mode> implements ProtocolMessageEnumMode specifies how the secondary boot disk will be used. This triggers mode-specified logic in the control plane.
Protobuf enum google.container.v1beta1.SecondaryBootDisk.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTAINER_IMAGE_CACHE |
CONTAINER_IMAGE_CACHE is for using the secondary boot disk as a container image cache. |
CONTAINER_IMAGE_CACHE_VALUE |
CONTAINER_IMAGE_CACHE is for using the secondary boot disk as a container image cache. |
MODE_UNSPECIFIED |
MODE_UNSPECIFIED is when mode is not set. |
MODE_UNSPECIFIED_VALUE |
MODE_UNSPECIFIED is when mode is not set. |
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() |
|