Google Kubernetes Engine v1 API - Class HighScaleCheckpointingConfig (3.34.0)

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

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

Configuration for the High Scale Checkpointing.

Inheritance

object > HighScaleCheckpointingConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

HighScaleCheckpointingConfig()

public HighScaleCheckpointingConfig()

HighScaleCheckpointingConfig(HighScaleCheckpointingConfig)

public HighScaleCheckpointingConfig(HighScaleCheckpointingConfig other)
Parameter
Name Description
other HighScaleCheckpointingConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the High Scale Checkpointing is enabled for this cluster.

Property Value
Type Description
bool