PortRange interface
埠範圍。
屬性
port |
範圍中包含的最大端口。 其範圍應從 1 到 65535,且大於或等於 portStart。 |
port |
範圍中包含的最小埠。 它的範圍應從 1 到 65535,且小於或等於 portEnd。 |
protocol | 埠的網路通訊協定。 |
屬性詳細資料
portEnd
範圍中包含的最大端口。 其範圍應從 1 到 65535,且大於或等於 portStart。
portEnd?: number
屬性值
number
portStart
範圍中包含的最小埠。 它的範圍應從 1 到 65535,且小於或等於 portEnd。
portStart?: number
屬性值
number
protocol
埠的網路通訊協定。
protocol?: string
屬性值
string