public sealed class BlueGreenSettings : IMessage<BlueGreenSettings>, IEquatable<BlueGreenSettings>, IDeepCloneable<BlueGreenSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class BlueGreenSettings.
[[["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 `BlueGreenSettings` class within the Google Kubernetes Engine v1 API for .NET, specifically within the `Google.Cloud.Container.V1` namespace."],["The documentation details the `BlueGreenSettings` class, which is used to configure blue-green upgrade settings for Google Kubernetes Engine node pools, with the latest version being 3.33.0, and goes all the way down to version 2.3.0."],["The `BlueGreenSettings` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to manage settings, including `NodePoolSoakDuration` to control the soak time before blue pool cleanup, `RolloutPolicyCase` to determine which rollout policy is active, and `StandardRolloutPolicy` to configure standard rollout behavior."],["There are two constructors that can be used with this class, `BlueGreenSettings()` with no parameters, and `BlueGreenSettings(BlueGreenSettings other)` which creates a new instance from an existing one."]]],[]]