state property

String? state
getter/setter pair

The state of the appliance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value should never be used.
  • "ACTIVE" : Node is operational and can be used by the user.
  • "CREATING" : Node is being provisioned.
  • "FAILED" : Node is in a failed state.
  • "UPGRADING" : Node is undergoing maintenance, e.g.: during private cloud upgrade.

Implementation

core.String? state;