state property

String? state
getter/setter pair

The current state of the bare metal node pool.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "PROVISIONING" : The PROVISIONING state indicates the bare metal node pool is being created.
  • "RUNNING" : The RUNNING state indicates the bare metal node pool has been created and is fully usable.
  • "RECONCILING" : The RECONCILING state indicates that the bare metal node pool is being updated. It remains available, but potentially with degraded performance.
  • "STOPPING" : The STOPPING state indicates the bare metal node pool is being deleted.
  • "ERROR" : The ERROR state indicates the bare metal node pool is in a broken unrecoverable state.
  • "DEGRADED" : The DEGRADED state indicates the bare metal node pool requires user action to restore full functionality.

Implementation

core.String? state;