AccessControlListMatchConditionPatch interface
Defines the match condition that is supported to filter the traffic.
- Extends
Properties
| dscp |
List of DSCP Markings that need to be matched. |
| ether |
List of ether type values that need to be matched. |
| fragments | List of IP fragment packets that need to be matched. |
| icmp |
Internet Control Message Protocol (ICMP) configuration |
| ip |
List of IP Lengths that need to be matched. |
| port |
Defines the port condition that needs to be matched. |
| protocol |
Protocol neighbors that need to be matched. |
| ttl |
List of TTL [Time To Live] values that need 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 need to be matched.
dscpMarkings?: string[]
Property Value
string[]
etherTypes
List of ether type values that need to be matched.
etherTypes?: string[]
Property Value
string[]
fragments
List of IP fragment packets that need to be matched.
fragments?: string[]
Property Value
string[]
icmpConfiguration
Internet Control Message Protocol (ICMP) configuration
icmpConfiguration?: IcmpConfigurationPatchProperties
Property Value
ipLengths
List of IP Lengths that need to be matched.
ipLengths?: string[]
Property Value
string[]
portCondition
Defines the port condition that needs to be matched.
portCondition?: AccessControlListPortConditionPatch
Property Value
protocolNeighbors
Protocol neighbors that need to be matched.
protocolNeighbors?: string[]
Property Value
string[]
ttlValues
List of TTL [Time To Live] values that need to be matched.
ttlValues?: string[]
Property Value
string[]
Inherited Property Details
ipCondition
IP condition that needs to be matched.
ipCondition?: IpMatchConditionPatch
Property Value
Inherited From CommonMatchConditionsPatch.ipCondition
protocolTypes
List of the protocols that need to be matched.
protocolTypes?: string[]
Property Value
string[]
Inherited From CommonMatchConditionsPatch.protocolTypes
vlanMatchCondition
Vlan match condition that needs to be matched.
vlanMatchCondition?: VlanMatchConditionPatch
Property Value
Inherited From CommonMatchConditionsPatch.vlanMatchCondition