LoadBalancerLocationStrategyArgs

data class LoadBalancerLocationStrategyArgs(val mode: Output<String>? = null, val preferEcs: Output<String>? = null) : ConvertibleToJava<LoadBalancerLocationStrategyArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<String>? = null, preferEcs: Output<String>? = null)

Properties

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

Determines the authoritative location when ECS is not preferred, does not exist in the request, or its GeoIP lookup is unsuccessful.

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

Whether the EDNS Client Subnet (ECS) GeoIP should be preferred as the authoritative location.

Functions

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