NetworkTapRuleMatchConfiguration interface
Defines the match configuration that are supported to filter the traffic.
Properties
actions | List of actions that need to be performed for the matched conditions. |
ip |
Type of IP Address. IPv4 or IPv6 |
match |
List of the match conditions. |
match |
The name of the match configuration. |
sequence |
Sequence Number of the match configuration.. |
Property Details
actions
List of actions that need to be performed for the matched conditions.
actions?: NetworkTapRuleAction[]
Property Value
ipAddressType
Type of IP Address. IPv4 or IPv6
ipAddressType?: string
Property Value
string
matchConditions
List of the match conditions.
matchConditions?: NetworkTapRuleMatchCondition[]
Property Value
matchConfigurationName
The name of the match configuration.
matchConfigurationName?: string
Property Value
string
sequenceNumber
Sequence Number of the match configuration..
sequenceNumber?: number
Property Value
number