Google Kubernetes Engine v1 API - Class PodSnapshotConfig (3.38.0)

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

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

PodSnapshotConfig is the configuration for GKE Pod Snapshots feature.

Inheritance

object > PodSnapshotConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

PodSnapshotConfig()

public PodSnapshotConfig()

PodSnapshotConfig(PodSnapshotConfig)

public PodSnapshotConfig(PodSnapshotConfig other)
Parameter
Name Description
other PodSnapshotConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether or not the Pod Snapshots feature is enabled.

Property Value
Type Description
bool