state property

String? state
getter/setter pair

Current state of the discovery client.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Client state is unspecified.
  • "ACTIVE" : Client is active.
  • "OFFLINE" : Client is offline.
  • "DEGRADED" : Client is in a degraded state. See the errors field for details.
  • "EXPIRED" : Client has expired. See the expire_time field for the expire time.

Implementation

core.String? state;