AccessControlListMatchCondition interface
トラフィックをフィルター処理するためにサポートされる一致条件を定義します。
- Extends
プロパティ
dscp |
照合する必要がある DSCP マーキングの一覧。 |
ether |
照合する必要がある ether 型の値の一覧。 |
fragments | 照合する必要がある IP フラグメント パケットの一覧。 |
ip |
一致する必要がある IP 長さの一覧。 |
port |
一致する必要があるポート条件を定義します。 |
ttl |
一致する必要がある TTL [Time To Live] 値の一覧。 |
継承されたプロパティ
ip |
一致する必要がある IP 条件。 |
protocol |
照合する必要があるプロトコルの一覧。 |
vlan |
一致する必要がある 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
プロパティ値
protocolTypes
vlanMatchCondition
一致する必要がある VLAN 一致条件。
vlanMatchCondition?: VlanMatchCondition