public sealed class GkeBackupAgentConfig : IMessage<GkeBackupAgentConfig>, IEquatable<GkeBackupAgentConfig>, IDeepCloneable<GkeBackupAgentConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class GkeBackupAgentConfig.
Configuration for the Backup for GKE Agent.
Implements
IMessage<GkeBackupAgentConfig>, IEquatable<GkeBackupAgentConfig>, IDeepCloneable<GkeBackupAgentConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GkeBackupAgentConfig()
public GkeBackupAgentConfig()GkeBackupAgentConfig(GkeBackupAgentConfig)
public GkeBackupAgentConfig(GkeBackupAgentConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GkeBackupAgentConfig |
Properties
Enabled
public bool Enabled { get; set; }Whether the Backup for GKE agent is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|