NetworkTapRuleMatchCondition interface
Defines the match condition that is supported to filter the traffic.
- Extends
Properties
encapsulation |
Encapsulation Type. |
port |
Defines the port condition 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
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