NetworkTapRuleMatchConditionPatch interface

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

Extends

Properties

encapsulationType

Encapsulation Type that needs to be matched.

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 that needs to be matched.

encapsulationType?: string

Property Value

string

portCondition

Defines the port condition that needs to be matched.

portCondition?: PortConditionPatch

Property Value

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