次の方法で共有


PortRange interface

ポート範囲。

プロパティ

portEnd

範囲に含まれる最大ポート。 範囲は 1 から 65535 で、portStart 以上である必要があります。

portStart

範囲に含まれる最小ポート。 範囲は 1 から 65535 で、portEnd 以下である必要があります。

protocol

ポートのネットワーク プロトコル。

プロパティの詳細

portEnd

範囲に含まれる最大ポート。 範囲は 1 から 65535 で、portStart 以上である必要があります。

portEnd?: number

プロパティ値

number

portStart

範囲に含まれる最小ポート。 範囲は 1 から 65535 で、portEnd 以下である必要があります。

portStart?: number

プロパティ値

number

protocol

ポートのネットワーク プロトコル。

protocol?: string

プロパティ値

string