Show / Hide Table of Contents

Class BareMetalBgpLbConfig

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

Inheritance
object
BareMetalBgpLbConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalBgpLbConfig : IDirectResponseSchema

Properties

AddressPools

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.

Declaration
[JsonProperty("addressPools")]
public virtual IList<BareMetalLoadBalancerAddressPool> AddressPools { get; set; }
Property Value
Type Description
IList<BareMetalLoadBalancerAddressPool>

Asn

Required. BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.

Declaration
[JsonProperty("asn")]
public virtual long? Asn { get; set; }
Property Value
Type Description
long?

BgpPeerConfigs

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.

Declaration
[JsonProperty("bgpPeerConfigs")]
public virtual IList<BareMetalBgpPeerConfig> BgpPeerConfigs { get; set; }
Property Value
Type Description
IList<BareMetalBgpPeerConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoadBalancerNodePoolConfig

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.

Declaration
[JsonProperty("loadBalancerNodePoolConfig")]
public virtual BareMetalLoadBalancerNodePoolConfig LoadBalancerNodePoolConfig { get; set; }
Property Value
Type Description
BareMetalLoadBalancerNodePoolConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX