次の方法で共有


AccessControlListMatchCondition interface

トラフィックをフィルター処理するためにサポートされる一致条件を定義します。

Extends

プロパティ

dscpMarkings

照合する必要がある DSCP マーキングの一覧。

etherTypes

照合する必要がある ether 型の値の一覧。

fragments

照合する必要がある IP フラグメント パケットの一覧。

ipLengths

一致する必要がある IP 長さの一覧。

portCondition

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

ttlValues

一致する必要がある TTL [Time To Live] 値の一覧。

継承されたプロパティ

ipCondition

一致する必要がある IP 条件。

protocolTypes

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

vlanMatchCondition

一致する必要がある VLAN 一致条件。

プロパティの詳細

dscpMarkings

照合する必要がある DSCP マーキングの一覧。

dscpMarkings?: string[]

プロパティ値

string[]

etherTypes

照合する必要がある ether 型の値の一覧。

etherTypes?: string[]

プロパティ値

string[]

fragments

照合する必要がある IP フラグメント パケットの一覧。

fragments?: string[]

プロパティ値

string[]

ipLengths

一致する必要がある IP 長さの一覧。

ipLengths?: string[]

プロパティ値

string[]

portCondition

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

portCondition?: AccessControlListPortCondition

プロパティ値

ttlValues

一致する必要がある TTL [Time To Live] 値の一覧。

ttlValues?: string[]

プロパティ値

string[]

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

ipCondition

一致する必要がある IP 条件。

ipCondition?: IpMatchCondition

プロパティ値

CommonMatchConditions.ipConditionから継承されます

protocolTypes

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

protocolTypes?: string[]

プロパティ値

string[]

CommonMatchConditions.protocolTypesから継承

vlanMatchCondition

一致する必要がある VLAN 一致条件。

vlanMatchCondition?: VlanMatchCondition

プロパティ値

CommonMatchConditions.vlanMatchConditionから継承されます