EndpointDeliveryRuleRemoteAddressConditionArgs

data class EndpointDeliveryRuleRemoteAddressConditionArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<String>) : ConvertibleToJava<EndpointDeliveryRuleRemoteAddressConditionArgs>

Constructors

constructor(matchValues: Output<List<String>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<String>)

Properties

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

List of string values. For GeoMatch operator this should be a list of country codes (e.g. US or DE). List of IP address if operator equals to IPMatch. This is required if operator is not Any.

Link copied to clipboard
val negateCondition: Output<Boolean>? = null

Defaults to false.

Link copied to clipboard
val operator: Output<String>

Valid values are Any, GeoMatch and IPMatch.

Functions

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