AccessControlListMatchConditionResponse

data class AccessControlListMatchConditionResponse(val dscpMarkings: List<String>? = null, val etherTypes: List<String>? = null, val fragments: List<String>? = null, val ipCondition: IpMatchConditionResponse? = null, val ipLengths: List<String>? = null, val portCondition: AccessControlListPortConditionResponse? = null, val protocolTypes: List<String>? = null, val ttlValues: List<String>? = null, val vlanMatchCondition: VlanMatchConditionResponse? = null)

Defines the match condition that is supported to filter the traffic.

Constructors

Link copied to clipboard
constructor(dscpMarkings: List<String>? = null, etherTypes: List<String>? = null, fragments: List<String>? = null, ipCondition: IpMatchConditionResponse? = null, ipLengths: List<String>? = null, portCondition: AccessControlListPortConditionResponse? = null, protocolTypes: List<String>? = null, ttlValues: List<String>? = null, vlanMatchCondition: VlanMatchConditionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of DSCP Markings that need to be matched.

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

List of ether type values that need to be matched.

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

List of IP fragment packets that need to be matched.

Link copied to clipboard

IP condition that needs to be matched.

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

List of IP Lengths that need 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
val ttlValues: List<String>? = null

List of TTL Time To Live values that need to be matched.

Link copied to clipboard

Vlan match condition that needs to be matched.