PortRange interface

The port range.

Properties

portEnd

The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart.

portStart

The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd.

protocol

The network protocol of the port.

Property Details

portEnd

The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart.

portEnd?: number

Property Value

number

portStart

The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd.

portStart?: number

Property Value

number

protocol

The network protocol of the port.

protocol?: string

Property Value

string