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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
ACTIVE indicates an active status. |
ACTIVE_VALUE |
ACTIVE indicates an active status. |
MINOR_UPGRADE_PAUSED |
MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused. |
MINOR_UPGRADE_PAUSED_VALUE |
MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused. |
UNKNOWN |
UNKNOWN indicates an unknown status. |
UNKNOWN_VALUE |
UNKNOWN indicates an unknown status. |
UNRECOGNIZED |
|
UPGRADE_PAUSED |
UPGRADE_PAUSED indicates the upgrade is paused. |
UPGRADE_PAUSED_VALUE |
UPGRADE_PAUSED indicates the upgrade is paused. |
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() |