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 documentation for the `BlueGreenSettings` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `BlueGreenSettings` class is used to configure settings for blue-green upgrades in the Google Kubernetes Engine, inheriting from the object class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating new instances, either empty or by copying from another `BlueGreenSettings` object, with the `other` parameter in the copy constructor being of the type BlueGreenSettings."],["Key properties of the `BlueGreenSettings` class include `NodePoolSoakDuration`, which defines the time required after draining the blue pool, `RolloutPolicyCase` that determines the kind of policy and `StandardRolloutPolicy`, which contains the standard configuration for the blue-green upgrade."],["The namespace this class belongs to is `Google.Cloud.Container.V1` within the assembly `Google.Cloud.Container.V1.dll` for the .NET framework."]]],[]]