Class ApplicationEndpoint (0.2.1)

Stay organized with collections Save and categorize content based on your preferences.
ApplicationEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ApplicationEndpoint represents a remote application endpoint.

Attributes

NameDescription
host str
Required. Hostname or IP address of the remote application endpoint.
port int
Required. Port of the remote application endpoint.

Inheritance

builtins.object > proto.message.Message > ApplicationEndpoint