Class PortRange (1.39.0)

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

A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.

Attributes

Name Description
min_ int
Minimum port value.
max_ int
Maximum port value.