NetworkTapRuleMatchCondition interface

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

Extends

Properties

encapsulationType

Encapsulation Type.

portCondition

Defines the port condition that needs 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

encapsulationType

Encapsulation Type.

encapsulationType?: string

Property Value

string

portCondition

Defines the port condition that needs to be matched.

portCondition?: PortCondition

Property Value

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