Google Kubernetes Engine v1 API - Class StatefulHAConfig (3.25.0)

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.

Inheritance

object > StatefulHAConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

StatefulHAConfig()

public StatefulHAConfig()

StatefulHAConfig(StatefulHAConfig)

public StatefulHAConfig(StatefulHAConfig other)
Parameter
NameDescription
otherStatefulHAConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the Stateful HA add-on is enabled for this cluster.

Property Value
TypeDescription
bool