Class ServiceAttachmentConnectedEndpoint (1.3.1)

ServiceAttachmentConnectedEndpoint(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

[Output Only] A connection connected to this service attachment.

Attributes

NameDescription
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``.

Inheritance

builtins.object > proto.message.Message > ServiceAttachmentConnectedEndpoint

Classes

Status

Status(value)

The status of a connected endpoint to this service attachment.