Network Tap Rule Match Configuration Response
data class NetworkTapRuleMatchConfigurationResponse(val actions: List<NetworkTapRuleActionResponse>? = null, val ipAddressType: String? = null, val matchConditions: List<NetworkTapRuleMatchConditionResponse>? = null, val matchConfigurationName: String? = null, val sequenceNumber: Double? = null)
Defines the match configuration that are supported to filter the traffic.
Constructors
Link copied to clipboard
fun NetworkTapRuleMatchConfigurationResponse(actions: List<NetworkTapRuleActionResponse>? = null, ipAddressType: String? = null, matchConditions: List<NetworkTapRuleMatchConditionResponse>? = null, matchConfigurationName: String? = null, sequenceNumber: Double? = null)