LoadBalancerGlbSettings

data class LoadBalancerGlbSettings(val cdn: LoadBalancerGlbSettingsCdn? = null, val failoverThreshold: Int? = null, val regionPriorities: Map<String, Int>? = null, val targetPort: Int, val targetProtocol: String)

Constructors

Link copied to clipboard
constructor(cdn: LoadBalancerGlbSettingsCdn? = null, failoverThreshold: Int? = null, regionPriorities: Map<String, Int>? = null, targetPort: Int, targetProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CDN configuration supporting the following:

Link copied to clipboard
val failoverThreshold: Int? = null

fail-over threshold

Link copied to clipboard

region priority map

Link copied to clipboard

An integer representing the port on the backend Droplets to which the Load Balancer will send traffic. The possible values are: 80 for http and 443 for https.

Link copied to clipboard

The protocol used for traffic from the Load Balancer to the backend Droplets. The possible values are: http and https.