AccessControlListMatchCondition interface
定義支援篩選流量的比對條件。
- Extends
屬性
dscp |
需要比對的 DSCP 標記清單。 |
ether |
需要比對的乙太類型值清單。 |
fragments | 需要比對的IP片段封包清單。 |
ip |
需要比對的IP長度清單。 |
port |
定義需要比對的埠條件。 |
ttl |
需要比對的 TTL [存留時間] 值清單。 |
繼承的屬性
ip |
需要比對的IP條件。 |
protocol |
需要比對的通訊協議清單。 |
vlan |
需要比對的 Vlan 比對條件。 |
屬性詳細資料
dscpMarkings
需要比對的 DSCP 標記清單。
dscpMarkings?: string[]
屬性值
string[]
etherTypes
需要比對的乙太類型值清單。
etherTypes?: string[]
屬性值
string[]
fragments
需要比對的IP片段封包清單。
fragments?: string[]
屬性值
string[]
ipLengths
需要比對的IP長度清單。
ipLengths?: string[]
屬性值
string[]
portCondition
ttlValues
需要比對的 TTL [存留時間] 值清單。
ttlValues?: string[]
屬性值
string[]
繼承的屬性詳細資料
ipCondition
protocolTypes
vlanMatchCondition
需要比對的 Vlan 比對條件。
vlanMatchCondition?: VlanMatchCondition