Class VmwareMetalLbConfig
Represents configuration parameters for the MetalLB load balancer.
Implements
Inherited Members
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 |