NetworkTapRuleMatchConditionResponse

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
constructor(encapsulationType: String? = null, ipCondition: IpMatchConditionResponse? = null, portCondition: PortConditionResponse? = null, protocolTypes: List<String>? = null, vlanMatchCondition: VlanMatchConditionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encapsulation Type that needs to be matched.

Link copied to clipboard

IP condition that needs to be matched.

Link copied to clipboard

Defines the port condition that needs to be matched.

Link copied to clipboard
val protocolTypes: List<String>? = null

List of the protocols that need to be matched.

Link copied to clipboard

Vlan match condition that needs to be matched.