Show / Hide Table of Contents

Class BareMetalMetalLbConfig

Represents configuration parameters for a MetalLB load balancer.

Inheritance
object
BareMetalMetalLbConfig
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 BareMetalMetalLbConfig : 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>

ETag

The ETag of the item.

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

LoadBalancerNodePoolConfig

Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.

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