Show / Hide Table of Contents

Class VmwareMetalLbConfig

Represents configuration parameters for the MetalLB load balancer.

Inheritance
object
VmwareMetalLbConfig
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 VmwareMetalLbConfig : 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<VmwareAddressPool> AddressPools { get; set; }
Property Value
Type Description
IList<VmwareAddressPool>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX