Class HostAddress (1.15.0)

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

A HostAddress represents a transport end point, which is the combination of an IP address or hostname and a port number.

Attributes

Name Description
hostname str
Required. Hostname for the connection.
port int
Optional. Port for the connection.