NetworkTapRulePatch interface
The NetworkTapRule resource definition.
- Extends
Properties
annotation | Switch configuration description. |
configuration |
Input method to configure Network Tap Rule. |
dynamic |
List of dynamic match configurations. |
match |
List of match configurations. |
tap |
Network Tap Rules file URL. |
Inherited Properties
tags | Resource tags |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
configurationType
Input method to configure Network Tap Rule.
configurationType?: string
Property Value
string
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
Property Value
matchConfigurations
List of match configurations.
matchConfigurations?: NetworkTapRuleMatchConfiguration[]
Property Value
tapRulesUrl
Network Tap Rules file URL.
tapRulesUrl?: string
Property Value
string
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TagsUpdate.tags