Load Balancer Info Response
data class LoadBalancerInfoResponse(val backendType: String, val backendUri: String, val backends: List<LoadBalancerBackendResponse>, val healthCheckUri: String, val loadBalancerType: String)
For display only. Metadata associated with a load balancer.
Properties
Link copied to clipboard
Information for the loadbalancer backends.
Link copied to clipboard
Type of load balancer's backend configuration.
Link copied to clipboard
Backend configuration URI.
Link copied to clipboard
URI of the health check for the load balancer.
Link copied to clipboard
Type of the load balancer.