connectionState property

String? connectionState
getter/setter pair

State of the endpoint attachment connection to the service attachment.

Output only. Possible string values are:

  • "CONNECTION_STATE_UNSPECIFIED" : The connection state has not been set.
  • "UNAVAILABLE" : The connection state is unavailable at this time, possibly because the endpoint attachment is currently being provisioned.
  • "PENDING" : The connection is pending acceptance by the PSC producer.
  • "ACCEPTED" : The connection has been accepted by the PSC producer.
  • "REJECTED" : The connection has been rejected by the PSC producer.
  • "CLOSED" : The connection has been closed by the PSC producer and will not serve traffic going forward.
  • "FROZEN" : The connection has been frozen by the PSC producer and will not serve traffic.
  • "NEEDS_ATTENTION" : The connection has been accepted by the PSC producer, but it is not ready to serve the traffic due to producer side issues.

Implementation

core.String? connectionState;