public sealed class BlueGreenSettings : IMessage<BlueGreenSettings>, IEquatable<BlueGreenSettings>, IDeepCloneable<BlueGreenSettings>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The `BlueGreenSettings` class, part of the `Google.Cloud.Container.V1` namespace, provides settings for blue-green upgrades in the Google Cloud Container environment."],["This page details various versions of the `BlueGreenSettings` class, ranging from version 2.3.0 to the latest, version 3.33.0, and the class itself implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `BlueGreenSettings` object for initialization, along with properties to manage the upgrade process, including `NodePoolSoakDuration`, `RolloutPolicyCase`, and `StandardRolloutPolicy`."],["`BlueGreenSettings` has properties that allow for the configuration of a duration for blue pool soak, a rollout policy case, and a standard rollout policy."],["The documentation covers inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]