healthStatus property

String? healthStatus
getter/setter pair

The health status of the reservation. Possible string values are:

  • "DEGRADED" : The reservation is degraded.
  • "HEALTHY" : The reservation is healthy.
  • "HEALTH_STATUS_UNSPECIFIED" : The health status of the reservation is unspecified.

Implementation

core.String? healthStatus;