public sealed class DesiredEnterpriseConfig : IMessage<DesiredEnterpriseConfig>, IEquatable<DesiredEnterpriseConfig>, IDeepCloneable<DesiredEnterpriseConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DesiredEnterpriseConfig.
DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
[[["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 webpage provides reference documentation for the `DesiredEnterpriseConfig` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `DesiredEnterpriseConfig` class is used as a wrapper to update enterprise configurations and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes details on the class's constructors, such as the default constructor `DesiredEnterpriseConfig()` and the copy constructor `DesiredEnterpriseConfig(DesiredEnterpriseConfig other)`."],["The `DesiredTier` property, which specifies the desired tier of the cluster, is part of the `DesiredEnterpriseConfig` class, and is of the `EnterpriseConfig.Types.ClusterTier` type."],["Multiple versions of the `DesiredEnterpriseConfig` class are available, ranging from the latest version `3.33.0` down to version `2.3.0`, all within the `Google.Cloud.Container.V1` namespace."]]],[]]