PortRange
PortRange
The PortRange data type provides the lower and upper bounds of a range of Internet ports. It shall comply with the provisions defined in Table 6.5.3.42-1.
JSON Example
{
"lowerPort": 0,
"upperPort": 0
}
integer
lowerPort
Required
Identifies the lower bound of the port range. upperPort Integer
integer
upperPort
Required
Identifies the upper bound of the port range.