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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `GkeBackupAgentConfig` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of `GkeBackupAgentConfig` is 3.33.0, with a detailed history of versions back to 2.3.0 also being accessible."],["The `GkeBackupAgentConfig` class is used to configure the Backup for GKE Agent and can be implemented through the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The primary property of the class is `Enabled`, a boolean value that determines whether the Backup for GKE agent is active on the cluster."],["The class provides two constructors: a default parameterless one and one which takes another GkeBackupAgentConfig object as an argument."]]],[]]