public sealed class GkeBackupAgentConfig : IMessage<GkeBackupAgentConfig>, IEquatable<GkeBackupAgentConfig>, IDeepCloneable<GkeBackupAgentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GkeBackupAgentConfig.
Configuration for the Backup for GKE Agent.
Implements
IMessageGkeBackupAgentConfig, IEquatableGkeBackupAgentConfig, IDeepCloneableGkeBackupAgentConfig, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
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 |
bool |