state property

String? state
getter/setter pair

The state of the health check.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified
  • "PASSED" : passed
  • "FAILED" : failed
  • "DEGRADED" : degraded
  • "SKIPPED" : skipped
  • "UNSUPPORTED" : unsupported

Implementation

core.String? state;