共用方式為


AccessControlListMatchCondition interface

定義支援篩選流量的比對條件。

Extends

屬性

dscpMarkings

需要比對的 DSCP 標記清單。

etherTypes

需要比對的乙太類型值清單。

fragments

需要比對的IP片段封包清單。

ipLengths

需要比對的IP長度清單。

portCondition

定義需要比對的埠條件。

ttlValues

需要比對的 TTL [存留時間] 值清單。

繼承的屬性

ipCondition

需要比對的IP條件。

protocolTypes

需要比對的通訊協議清單。

vlanMatchCondition

需要比對的 Vlan 比對條件。

屬性詳細資料

dscpMarkings

需要比對的 DSCP 標記清單。

dscpMarkings?: string[]

屬性值

string[]

etherTypes

需要比對的乙太類型值清單。

etherTypes?: string[]

屬性值

string[]

fragments

需要比對的IP片段封包清單。

fragments?: string[]

屬性值

string[]

ipLengths

需要比對的IP長度清單。

ipLengths?: string[]

屬性值

string[]

portCondition

定義需要比對的埠條件。

portCondition?: AccessControlListPortCondition

屬性值

ttlValues

需要比對的 TTL [存留時間] 值清單。

ttlValues?: string[]

屬性值

string[]

繼承的屬性詳細資料

ipCondition

需要比對的IP條件。

ipCondition?: IpMatchCondition

屬性值

繼承自CommonMatchConditions.ipCondition

protocolTypes

需要比對的通訊協議清單。

protocolTypes?: string[]

屬性值

string[]

繼承自CommonMatchConditions.protocolTypes

vlanMatchCondition

需要比對的 Vlan 比對條件。

vlanMatchCondition?: VlanMatchCondition

屬性值

繼承自CommonMatchConditions.vlanMatchCondition