public sealed class ILBSubsettingConfig : IMessage<ILBSubsettingConfig>, IEquatable<ILBSubsettingConfig>, IDeepCloneable<ILBSubsettingConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessage<ILBSubsettingConfig>, IEquatable<ILBSubsettingConfig>, IDeepCloneable<ILBSubsettingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ILBSubsettingConfig()
public ILBSubsettingConfig()ILBSubsettingConfig(ILBSubsettingConfig)
public ILBSubsettingConfig(ILBSubsettingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ILBSubsettingConfig |
Properties
Enabled
public bool Enabled { get; set; }Enables l4 ILB subsetting for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|