state property
State of the source as determined by the health check.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unknown. This is used for API compatibility only and is not used by the system.
- "PENDING" : The state was not sampled by the health checks yet.
- "FAILED" : The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details.
- "ACTIVE" : The source exists and its credentials were verified.
Implementation
core.String? state;