state property

String? state
getter/setter pair

The Private Service Connect Connection Endpoint State.

This value is only available in the Full view.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : STATE_UNSPECIFIED.
  • "PENDING" : The endpoint is pending acceptance by the producer.
  • "ACCEPTED" : The endpoint has been accepted by the producer.
  • "REJECTED" : The endpoint has been rejected by the producer.
  • "CLOSED" : The endpoint has been closed by the producer and will not serve traffic going forward.
  • "FROZEN" : The endpoint has been frozen by the producer and will not serve traffic.
  • "NEEDS_ATTENTION" : The endpoint has been accepted by the producer, but it is not ready to serve the traffic due to producer side issues.
  • "ACCEPTED_NOT_PROGRAMMED" : The endpoint has been accepted by the producer, but it cannot be programmed to the data plane due to invariant violation.

Implementation

core.String? state;