Class HttpLoadBalancing (3.0.0)

public sealed class HttpLoadBalancing : IMessage<HttpLoadBalancing>, IEquatable<HttpLoadBalancing>, IDeepCloneable<HttpLoadBalancing>, IBufferMessage, IMessage

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.

Inheritance

Object > HttpLoadBalancing

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

HttpLoadBalancing()

public HttpLoadBalancing()

HttpLoadBalancing(HttpLoadBalancing)

public HttpLoadBalancing(HttpLoadBalancing other)
Parameter
NameDescription
otherHttpLoadBalancing

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
TypeDescription
Boolean