Network Tap Rule Match Condition Args
data class NetworkTapRuleMatchConditionArgs(val encapsulationType: Output<Either<String, EncapsulationType>>? = null, val ipCondition: Output<IpMatchConditionArgs>? = null, val portCondition: Output<PortConditionArgs>? = null, val protocolTypes: Output<List<String>>? = null, val vlanMatchCondition: Output<VlanMatchConditionArgs>? = null) : ConvertibleToJava<NetworkTapRuleMatchConditionArgs>
Defines the match condition that is supported to filter the traffic.
Constructors
Link copied to clipboard
fun NetworkTapRuleMatchConditionArgs(encapsulationType: Output<Either<String, EncapsulationType>>? = null, ipCondition: Output<IpMatchConditionArgs>? = null, portCondition: Output<PortConditionArgs>? = null, protocolTypes: Output<List<String>>? = null, vlanMatchCondition: Output<VlanMatchConditionArgs>? = null)