Enum State defines possible states of a node in a cluster.
Values:
STATE_UNSPECIFIED (0):
The default value. This value should never be
used.
ACTIVE (1):
Node is operational and can be used by the
user.
CREATING (2):
Node is being provisioned.
FAILED (3):
Node is in a failed state.
UPGRADING (4):
Node is undergoing maintenance, e.g.: during
private cloud upgrade.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]