public sealed class PodSnapshotConfig : IMessage<PodSnapshotConfig>, IEquatable<PodSnapshotConfig>, IDeepCloneable<PodSnapshotConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class PodSnapshotConfig.
PodSnapshotConfig is the configuration for GKE Pod Snapshots feature.
Implements
IMessagePodSnapshotConfig, IEquatablePodSnapshotConfig, IDeepCloneablePodSnapshotConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|