google_api_network_management v0.5.0 GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerInfo View Source

For display only. Metadata associated with a load balancer.

Attributes

  • backendType (type: String.t, default: nil) - Type of load balancer's backend configuration.
  • backendUri (type: String.t, default: nil) - Backend configuration URI.
  • backends (type: list(GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerBackend.t), default: nil) - Information for the loadbalancer backends.
  • healthCheckUri (type: String.t, default: nil) - URI of the health check for the load balancer.
  • loadBalancerType (type: String.t, default: nil) - Type of the load balancer.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerInfo{
  backendType: String.t(),
  backendUri: String.t(),
  backends: [GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerBackend.t()],
  healthCheckUri: String.t(),
  loadBalancerType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.