Show / Hide Table of Contents

Class VmwareLoadBalancerConfig

Specifies the locad balancer config for the VMware user cluster.

Inheritance
object
VmwareLoadBalancerConfig
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 VmwareLoadBalancerConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

F5Config

Configuration for F5 Big IP typed load balancers.

Declaration
[JsonProperty("f5Config")]
public virtual VmwareF5BigIpConfig F5Config { get; set; }
Property Value
Type Description
VmwareF5BigIpConfig

ManualLbConfig

Manually configured load balancers.

Declaration
[JsonProperty("manualLbConfig")]
public virtual VmwareManualLbConfig ManualLbConfig { get; set; }
Property Value
Type Description
VmwareManualLbConfig

MetalLbConfig

Configuration for MetalLB typed load balancers.

Declaration
[JsonProperty("metalLbConfig")]
public virtual VmwareMetalLbConfig MetalLbConfig { get; set; }
Property Value
Type Description
VmwareMetalLbConfig

SeesawConfig

Output only. Configuration for Seesaw typed load balancers.

Declaration
[JsonProperty("seesawConfig")]
public virtual VmwareSeesawConfig SeesawConfig { get; set; }
Property Value
Type Description
VmwareSeesawConfig

VipConfig

The VIPs used by the load balancer.

Declaration
[JsonProperty("vipConfig")]
public virtual VmwareVipConfig VipConfig { get; set; }
Property Value
Type Description
VmwareVipConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX