Enum NodePoolUpgradeInfo.AutoUpgradeStatus (2.67.0)

public enum NodePoolUpgradeInfo.AutoUpgradeStatus extends Enum<NodePoolUpgradeInfo.AutoUpgradeStatus> implements ProtocolMessageEnum

AutoUpgradeStatus indicates the status of auto upgrade.

Protobuf enum google.container.v1beta1.NodePoolUpgradeInfo.AutoUpgradeStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

ACTIVE indicates an active status.

ACTIVE = 1;

ACTIVE_VALUE

ACTIVE indicates an active status.

ACTIVE = 1;

MINOR_UPGRADE_PAUSED

MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.

MINOR_UPGRADE_PAUSED = 2;

MINOR_UPGRADE_PAUSED_VALUE

MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.

MINOR_UPGRADE_PAUSED = 2;

UNKNOWN

UNKNOWN indicates an unknown status.

UNKNOWN = 0;

UNKNOWN_VALUE

UNKNOWN indicates an unknown status.

UNKNOWN = 0;

UNRECOGNIZED
UPGRADE_PAUSED

UPGRADE_PAUSED indicates the upgrade is paused.

UPGRADE_PAUSED = 3;

UPGRADE_PAUSED_VALUE

UPGRADE_PAUSED indicates the upgrade is paused.

UPGRADE_PAUSED = 3;

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