public enum Instance.UpdatePolicy.Mode extends Enum<Instance.UpdatePolicy.Mode> implements ProtocolMessageEnum
Specifies the available modes of update.
Protobuf enum google.cloud.alloydb.v1beta.Instance.UpdatePolicy.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEFAULT |
Least disruptive way to apply the update. |
DEFAULT_VALUE |
Least disruptive way to apply the update. |
FORCE_APPLY |
Performs a forced update when applicable. This will be fast but may incur a downtime. |
FORCE_APPLY_VALUE |
Performs a forced update when applicable. This will be fast but may incur a downtime. |
MODE_UNSPECIFIED |
Mode is unknown. |
MODE_UNSPECIFIED_VALUE |
Mode is unknown. |
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() |