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

For display only. Metadata associated with a specific load balancer backend.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Compute Engine instance or network endpoint.
  • healthCheckAllowingFirewallRules (type: list(String.t), default: nil) - A list of firewall rule URIs allowing probes from health check IP ranges.
  • healthCheckBlockingFirewallRules (type: list(String.t), default: nil) - A list of firewall rule URIs blocking probes from health check IP ranges.
  • healthCheckFirewallState (type: String.t, default: nil) - State of the health check firewall configuration.
  • uri (type: String.t, default: nil) - URI of a Compute Engine instance or network endpoint.

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.LoadBalancerBackend{
  displayName: String.t(),
  healthCheckAllowingFirewallRules: [String.t()],
  healthCheckBlockingFirewallRules: [String.t()],
  healthCheckFirewallState: String.t(),
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.