Class Connection (1.4.1)

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

Attributes

NameDescription
endpoint str
The endpoint that the connection is made against. Format: ``projects/{project_number}/endpoints/{endpoint}``
cluster google.cloud.apigeeconnect_v1.types.Cluster
Cluster information.
stream_count int
The count of streams.

Inheritance

builtins.object > proto.message.Message > Connection