AccessControlListMatchCondition interface
Defines the match condition that is supported to filter the traffic.
- Extends
Properties
dscp |
List of DSCP Markings that needs to be matched. |
ether |
List of ether type values that needs to be matched. |
fragments | List of IP fragment packets that needs to be matched. |
ip |
List of IP Lengths that needs to be matched. |
port |
Defines the port condition that needs to be matched. |
ttl |
List of TTL [Time To Live] values that needs to be matched. |
Inherited Properties
ip |
IP condition that needs to be matched. |
protocol |
List of the protocols that need to be matched. |
vlan |
Vlan match condition that needs to be matched. |
Property Details
dscpMarkings
List of DSCP Markings that needs to be matched.
dscpMarkings?: string[]
Property Value
string[]
etherTypes
List of ether type values that needs to be matched.
etherTypes?: string[]
Property Value
string[]
fragments
List of IP fragment packets that needs to be matched.
fragments?: string[]
Property Value
string[]
ipLengths
List of IP Lengths that needs to be matched.
ipLengths?: string[]
Property Value
string[]
portCondition
Defines the port condition that needs to be matched.
portCondition?: AccessControlListPortCondition
Property Value
ttlValues
List of TTL [Time To Live] values that needs to be matched.
ttlValues?: string[]
Property Value
string[]
Inherited Property Details
ipCondition
IP condition that needs to be matched.
ipCondition?: IpMatchCondition
Property Value
Inherited From CommonMatchConditions.ipCondition
protocolTypes
List of the protocols that need to be matched.
protocolTypes?: string[]
Property Value
string[]
Inherited From CommonMatchConditions.protocolTypes
vlanMatchCondition
Vlan match condition that needs to be matched.
vlanMatchCondition?: VlanMatchCondition
Property Value
Inherited From CommonMatchConditions.vlanMatchCondition