AccessControlListMatchConditionArgs

data class AccessControlListMatchConditionArgs(val dscpMarkings: Output<List<String>>? = null, val etherTypes: Output<List<String>>? = null, val fragments: Output<List<String>>? = null, val ipCondition: Output<IpMatchConditionArgs>? = null, val ipLengths: Output<List<String>>? = null, val portCondition: Output<AccessControlListPortConditionArgs>? = null, val protocolTypes: Output<List<String>>? = null, val ttlValues: Output<List<String>>? = null, val vlanMatchCondition: Output<VlanMatchConditionArgs>? = null) : ConvertibleToJava<AccessControlListMatchConditionArgs>

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

Constructors

Link copied to clipboard
constructor(dscpMarkings: Output<List<String>>? = null, etherTypes: Output<List<String>>? = null, fragments: Output<List<String>>? = null, ipCondition: Output<IpMatchConditionArgs>? = null, ipLengths: Output<List<String>>? = null, portCondition: Output<AccessControlListPortConditionArgs>? = null, protocolTypes: Output<List<String>>? = null, ttlValues: Output<List<String>>? = null, vlanMatchCondition: Output<VlanMatchConditionArgs>? = null)

Properties

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

List of DSCP Markings that need to be matched.

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

List of ether type values that need to be matched.

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

List of IP fragment packets that need to be matched.

Link copied to clipboard
val ipCondition: Output<IpMatchConditionArgs>? = null

IP condition that needs to be matched.

Link copied to clipboard
val ipLengths: Output<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: Output<List<String>>? = null

List of the protocols that need to be matched.

Link copied to clipboard
val ttlValues: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AccessControlListMatchConditionArgs