View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalBgpLbConfig (google_api_gke_on_prem v0.3.0)

BareMetalBgpLbConfig represents configuration parameters for a Border Gateway Protocol (BGP) load balancer.

Attributes

  • addressPools (type: list(GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool.t), default: nil) - Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
  • asn (type: String.t, default: nil) - Required. BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
  • bgpPeerConfigs (type: list(GoogleApi.GKEOnPrem.V1.Model.BareMetalBgpPeerConfig.t), default: nil) - Required. The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
  • loadBalancerNodePoolConfig (type: GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerNodePoolConfig.t, default: nil) - Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalBgpLbConfig{
  addressPools:
    [GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerAddressPool.t()] | nil,
  asn: String.t() | nil,
  bgpPeerConfigs:
    [GoogleApi.GKEOnPrem.V1.Model.BareMetalBgpPeerConfig.t()] | nil,
  loadBalancerNodePoolConfig:
    GoogleApi.GKEOnPrem.V1.Model.BareMetalLoadBalancerNodePoolConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.