Load Balancer Glb Settings Args
data class LoadBalancerGlbSettingsArgs(val cdn: Output<LoadBalancerGlbSettingsCdnArgs>? = null, val failoverThreshold: Output<Int>? = null, val regionPriorities: Output<Map<String, Int>>? = null, val targetPort: Output<Int>, val targetProtocol: Output<String>) : ConvertibleToJava<LoadBalancerGlbSettingsArgs>
Properties
Link copied to clipboard
CDN configuration supporting the following:
Link copied to clipboard
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
.