AccessControlListMatchConditionPatch interface

Defines the match condition that is supported to filter the traffic.

Extends

Properties

dscpMarkings

List of DSCP Markings that need to be matched.

etherTypes

List of ether type values that need to be matched.

fragments

List of IP fragment packets that need to be matched.

icmpConfiguration

Internet Control Message Protocol (ICMP) configuration

ipLengths

List of IP Lengths that need to be matched.

portCondition

Defines the port condition that needs to be matched.

protocolNeighbors

Protocol neighbors that need to be matched.

ttlValues

List of TTL [Time To Live] values that need to be matched.

Inherited Properties

ipCondition

IP condition that needs to be matched.

protocolTypes

List of the protocols that need to be matched.

vlanMatchCondition

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