次の方法で共有


AccessControlListPortCondition interface

一致する必要があるポート条件を定義します。

Extends

プロパティ

flags

照合する必要があるプロトコル フラグの一覧。

継承されたプロパティ

layer4Protocol

一致する必要があるレイヤー 4 プロトコルの種類。

portGroupNames

一致するポート グループ名の一覧。

ports

照合する必要があるポートの一覧。

portType

一致する必要があるポートの種類。

プロパティの詳細

flags

照合する必要があるプロトコル フラグの一覧。

flags?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

layer4Protocol

一致する必要があるレイヤー 4 プロトコルの種類。

layer4Protocol: string

プロパティ値

string

PortCondition.layer4Protocolから継承されます

portGroupNames

一致するポート グループ名の一覧。

portGroupNames?: string[]

プロパティ値

string[]

PortCondition.portGroupNamesから継承されます

ports

照合する必要があるポートの一覧。

ports?: string[]

プロパティ値

string[]

PortCondition.portsから継承

portType

一致する必要があるポートの種類。

portType?: string

プロパティ値

string

PortCondition.portTypeから継承