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