AccessControlListMatchCondition interface

トラフィックをフィルタリングするためにサポートされるマッチ条件を定義します。

Extends

プロパティ

dscpMarkings

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

etherTypes

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

fragments

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

icmpConfiguration

インターネット制御メッセージプロトコル(ICMP)の設定

ipLengths

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

portCondition

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

protocolNeighbors

マッチングが必要なプロトコルの隣接点。

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[]

icmpConfiguration

インターネット制御メッセージプロトコル(ICMP)の設定

icmpConfiguration?: IcmpConfigurationProperties

プロパティ値

ipLengths

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

ipLengths?: string[]

プロパティ値

string[]

portCondition

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

portCondition?: AccessControlListPortCondition

プロパティ値

protocolNeighbors

マッチングが必要なプロトコルの隣接点。

protocolNeighbors?: string[]

プロパティ値

string[]

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から引き継ぎました