connectionStatus property
Connection status.
Output only. Possible string values are:
- "UNKNOWN" : Connection status is unspecified.
- "ACCEPTED" : Connection is established and functioning normally.
- "PENDING" : Connection is not established (Looker tenant project hasn't been allowlisted).
- "REJECTED" : Connection is not established (Looker tenant project is explicitly in reject list).
- "NEEDS_ATTENTION" : Issue with target service attachment, e.g. NAT subnet is exhausted.
- "CLOSED" : Target service attachment does not exist. This status is a terminal state.
Implementation
core.String? connectionStatus;