healthState property

String? healthState
getter/setter pair

Health state of the network endpoint determined based on the health checks configured. Possible string values are:

  • "DRAINING" : Endpoint is being drained.
  • "HEALTHY" : Endpoint is healthy.
  • "UNHEALTHY" : Endpoint is unhealthy.
  • "UNKNOWN" : Health status of the endpoint is unknown.

Implementation

core.String? healthState;