status property
The status of a connected endpoint to this service attachment. Possible string values are:
- "ACCEPTED" : The connection has been accepted by the producer.
- "CLOSED" : The connection has been closed by the producer.
- "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 consumer is still connected but not using the connection.
- "STATUS_UNSPECIFIED"
Implementation
core.String? status;