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."],[[["This webpage provides documentation for the `BlueGreenSettings` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `BlueGreenSettings` class offers settings for blue-green upgrade strategies and is part of the `Google.Cloud.Container.V1` namespace, accessible through the `Google.Cloud.Container.V1.dll` assembly."],["The page lists numerous versions of the API, ranging from version 3.33.0 (latest) down to version 2.3.0, allowing developers to access the documentation for their specific version."],["Key properties within the `BlueGreenSettings` class include `NodePoolSoakDuration`, which determines the time needed before cleaning up the blue pool, and `StandardRolloutPolicy`, which sets the standard policy for blue-green upgrades."],["The `BlueGreenSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors, one parameterless and the other taking another `BlueGreenSettings` instance."]]],[]]