Network Tap Rule Match Condition Response
data class NetworkTapRuleMatchConditionResponse(val encapsulationType: String? = null, val ipCondition: IpMatchConditionResponse? = null, val portCondition: PortConditionResponse? = null, val protocolTypes: List<String>? = null, val vlanMatchCondition: VlanMatchConditionResponse? = null)
Defines the match condition that is supported to filter the traffic.
Constructors
Link copied to clipboard
fun NetworkTapRuleMatchConditionResponse(encapsulationType: String? = null, ipCondition: IpMatchConditionResponse? = null, portCondition: PortConditionResponse? = null, protocolTypes: List<String>? = null, vlanMatchCondition: VlanMatchConditionResponse? = null)