Show / Hide Table of Contents

Class VmwareAdminLoadBalancerConfig

VmwareAdminLoadBalancerConfig contains load balancer configuration for VMware admin cluster.

Inheritance
object
VmwareAdminLoadBalancerConfig
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 VmwareAdminLoadBalancerConfig : 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 VmwareAdminF5BigIpConfig F5Config { get; set; }
Property Value
Type Description
VmwareAdminF5BigIpConfig

ManualLbConfig

Manually configured load balancers.

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

MetalLbConfig

MetalLB load balancers.

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

SeesawConfig

Output only. Configuration for Seesaw typed load balancers.

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

VipConfig

The VIPs used by the load balancer.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX