public sealed class StatefulHAConfig : IMessage<StatefulHAConfig>, IEquatable<StatefulHAConfig>, IDeepCloneable<StatefulHAConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class StatefulHAConfig.
Configuration for the Stateful HA add-on.
Implements
IMessageStatefulHAConfig, IEquatableStatefulHAConfig, IDeepCloneableStatefulHAConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
StatefulHAConfig()
public StatefulHAConfig()
StatefulHAConfig(StatefulHAConfig)
public StatefulHAConfig(StatefulHAConfig other)
Parameter | |
---|---|
Name | Description |
other |
StatefulHAConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether the Stateful HA add-on is enabled for this cluster.
Property Value | |
---|---|
Type | Description |
bool |