View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool (google_api_gke_on_prem v0.5.0)

Represents an IP pool used by the load balancer.

Attributes

  • addresses (type: list(String.t), default: nil) - Required. The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
  • avoidBuggyIps (type: boolean(), default: nil) - If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
  • manualAssign (type: boolean(), default: nil) - If true, prevent IP addresses from being automatically assigned.
  • pool (type: String.t, default: nil) - Required. The name of the address pool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool{
  addresses: [String.t()] | nil,
  avoidBuggyIps: boolean() | nil,
  manualAssign: boolean() | nil,
  pool: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.