ServiceAttachmentConnectedEndpoint(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
[Output Only] A connection connected to this service attachment.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
consumer_network |
str
The url of the consumer network. This field is a member of oneof _ _consumer_network .
|
endpoint |
str
The url of a connected endpoint. This field is a member of oneof _ _endpoint .
|
psc_connection_id |
int
The PSC connection id of the connected endpoint. This field is a member of oneof _ _psc_connection_id .
|
status |
str
The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values. This field is a member of oneof _ _status .
|
Classes
Status
Status(value)
The status of a connected endpoint to this service attachment.
Values: UNDEFINED_STATUS (0): A value indicating that the enum field is not set. ACCEPTED (246714279): The connection has been accepted by the producer. CLOSED (380163436): The connection has been closed by the producer. NEEDS_ATTENTION (344491452): The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic. PENDING (35394935): The connection is pending acceptance by the producer. REJECTED (174130302): The consumer is still connected but not using the connection. STATUS_UNSPECIFIED (42133066): No description available.