Ip Match Condition Args
data class IpMatchConditionArgs(val ipGroupNames: Output<List<String>>? = null, val ipPrefixValues: Output<List<String>>? = null, val prefixType: Output<Either<String, PrefixType>>? = null, val type: Output<Either<String, SourceDestinationType>>? = null) : ConvertibleToJava<IpMatchConditionArgs>
Defines the condition that can be filtered using the selected IPs.
Constructors
Link copied to clipboard
constructor(ipGroupNames: Output<List<String>>? = null, ipPrefixValues: Output<List<String>>? = null, prefixType: Output<Either<String, PrefixType>>? = null, type: Output<Either<String, SourceDestinationType>>? = null)