Network Tap Rule Match Configuration Args
data class NetworkTapRuleMatchConfigurationArgs(val actions: Output<List<NetworkTapRuleActionArgs>>? = null, val ipAddressType: Output<Either<String, IPAddressType>>? = null, val matchConditions: Output<List<NetworkTapRuleMatchConditionArgs>>? = null, val matchConfigurationName: Output<String>? = null, val sequenceNumber: Output<Double>? = null) : ConvertibleToJava<NetworkTapRuleMatchConfigurationArgs>
Defines the match configuration that are supported to filter the traffic.
Constructors
Link copied to clipboard
fun NetworkTapRuleMatchConfigurationArgs(actions: Output<List<NetworkTapRuleActionArgs>>? = null, ipAddressType: Output<Either<String, IPAddressType>>? = null, matchConditions: Output<List<NetworkTapRuleMatchConditionArgs>>? = null, matchConfigurationName: Output<String>? = null, sequenceNumber: Output<Double>? = null)