LoadBalancerLocationStrategy

data class LoadBalancerLocationStrategy(val mode: String? = null, val preferEcs: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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