GoogleApi.NetworkManagement.V1.Model.LoadBalancerBackend (google_api_network_management v0.39.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1.Model.LoadBalancerBackend{
  displayName: String.t() | nil,
  healthCheckAllowingFirewallRules: [String.t()] | nil,
  healthCheckBlockingFirewallRules: [String.t()] | nil,
  healthCheckFirewallState: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.