Google Kubernetes Engine v1 API - Class GkeBackupAgentConfig (3.23.0)

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.

Inheritance

object > GkeBackupAgentConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GkeBackupAgentConfig()

public GkeBackupAgentConfig()

GkeBackupAgentConfig(GkeBackupAgentConfig)

public GkeBackupAgentConfig(GkeBackupAgentConfig other)
Parameter
NameDescription
otherGkeBackupAgentConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the Backup for GKE agent is enabled for this cluster.

Property Value
TypeDescription
bool