Enum GkeAutoUpgradeConfig.PatchMode (2.73.0)

public enum GkeAutoUpgradeConfig.PatchMode extends Enum<GkeAutoUpgradeConfig.PatchMode> implements ProtocolMessageEnum

PatchMode specifies how auto upgrade patch builds should be selected.

Protobuf enum google.container.v1.GkeAutoUpgradeConfig.PatchMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACCELERATED

ACCELERATED denotes that the latest patch build in the channel should be used as the upgrade target for the version.

ACCELERATED = 1;

ACCELERATED_VALUE

ACCELERATED denotes that the latest patch build in the channel should be used as the upgrade target for the version.

ACCELERATED = 1;

PATCH_MODE_UNSPECIFIED

PATCH_MODE_UNSPECIFIED defaults to using the upgrade target from the channel's patch upgrade targets as the upgrade target for the version.

PATCH_MODE_UNSPECIFIED = 0;

PATCH_MODE_UNSPECIFIED_VALUE

PATCH_MODE_UNSPECIFIED defaults to using the upgrade target from the channel's patch upgrade targets as the upgrade target for the version.

PATCH_MODE_UNSPECIFIED = 0;

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()