Access Control List Match Condition Args
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
List of DSCP Markings that need to be matched.
Link copied to clipboard
List of ether type values that need 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
List of the protocols that need to be matched.
Link copied to clipboard
Vlan match condition that needs to be matched.