GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerInfo (google_api_network_management v0.39.0)

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. Deprecated and no longer populated as different load balancer backends might have different health checks.
  • loadBalancerType (type: String.t, default: nil) - Type of the load balancer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.