PortRange interface
Port Range to specify particular destination ports for TCP rules.
Properties
max | The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value. |
min | The minimum port number, which must not be greater than the maximum port number. |
Property Details
max
The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
max: number
Property Value
number
min
The minimum port number, which must not be greater than the maximum port number.
min: number
Property Value
number