healthState property

String? healthState
getter/setter pair

Health state of the IPv4 address of the instance. Possible string values are:

  • "HEALTHY"
  • "UNHEALTHY"

Implementation

core.String? healthState;