Google Kubernetes Engine v1 API - Class ILBSubsettingConfig (3.9.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ILBSubsettingConfig.

ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.

Inheritance

object > ILBSubsettingConfig

Namespace

GoogleGoogle.CloudGoogle.Cloud.ContainerV1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ILBSubsettingConfig()

public ILBSubsettingConfig()

ILBSubsettingConfig(ILBSubsettingConfig)

public ILBSubsettingConfig(ILBSubsettingConfig other)
Parameter
NameDescription
otherILBSubsettingConfig

Properties

Enabled

public bool Enabled { get; set; }

Enables l4 ILB subsetting for this cluster.

Property Value
TypeDescription
bool