public sealed class HttpLoadBalancing : IMessage<HttpLoadBalancing>, IEquatable<HttpLoadBalancing>, IDeepCloneable<HttpLoadBalancing>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class HttpLoadBalancing.
Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
Implements
IMessageHttpLoadBalancing, IEquatableHttpLoadBalancing, IDeepCloneableHttpLoadBalancing, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
HttpLoadBalancing()
public HttpLoadBalancing()
HttpLoadBalancing(HttpLoadBalancing)
public HttpLoadBalancing(HttpLoadBalancing other)
Parameter | |
---|---|
Name | Description |
other | HttpLoadBalancing |
Properties
Disabled
public bool Disabled { get; set; }
Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers.
Property Value | |
---|---|
Type | Description |
bool |