pscConnectionStatus property
The connection status of the PSC Forwarding Rule.
Output only. Possible string values are:
- "ACCEPTED" : The connection has been accepted by the producer.
- "CLOSED" : The connection has been closed by the producer and will not serve traffic going forward.
- "NEEDS_ATTENTION" : The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
- "PENDING" : The connection is pending acceptance by the producer.
- "REJECTED" : The connection has been rejected by the producer.
- "STATUS_UNSPECIFIED"
Implementation
core.String? pscConnectionStatus;