Enum Instance.UpdatePolicy.Mode (0.19.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT

Least disruptive way to apply the update.

DEFAULT = 1;

DEFAULT_VALUE

Least disruptive way to apply the update.

DEFAULT = 1;

FORCE_APPLY

Performs a forced update when applicable. This will be fast but may incur a downtime.

FORCE_APPLY = 2;

FORCE_APPLY_VALUE

Performs a forced update when applicable. This will be fast but may incur a downtime.

FORCE_APPLY = 2;

MODE_UNSPECIFIED

Mode is unknown.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Mode is unknown.

MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()