Class NamedPort (0.7.0)

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

The named port. For example: <"http", 80>. .. attribute:: name

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

:type: str

Attribute

NameDescription
port int
The port number, which can be a value between 1 and 65535.