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-04-09 UTC."],[[["The latest version available for `BlueGreenSettings` in the Google Cloud Container V1 API is 3.33.0, and numerous previous versions, dating back to 2.3.0, are accessible through their respective links."],["`BlueGreenSettings` is a class within the `Google.Cloud.Container.V1` namespace, designed for blue-green upgrade configurations, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `BlueGreenSettings` class includes properties like `NodePoolSoakDuration`, which determines the time needed before cleaning up the blue pool, and `RolloutPolicyCase`, indicating the rollout policy used, and finally, `StandardRolloutPolicy` for standard blue-green upgrade policy."],["The documentation provides details on the constructors for creating `BlueGreenSettings` objects, including a default constructor and one that takes another `BlueGreenSettings` object as a parameter."],["It also covers inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`, which are standard methods inherited from the `object` class."]]],[]]