public sealed class CompleteIPRotationRequest : IMessage<CompleteIPRotationRequest>, IEquatable<CompleteIPRotationRequest>, IDeepCloneable<CompleteIPRotationRequest>, IBufferMessage, IMessage
CompleteIPRotationRequest moves the cluster master back into single-IP mode.
[[["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."],[[["The webpage details the `CompleteIPRotationRequest` class within the `Google.Cloud.Container.V1` namespace, specifically for .NET development, and it is currently at version 2.5.0, however there are many previous versions up to 3.33.0 which is the latest."],["The `CompleteIPRotationRequest` class is designed to transition a cluster master back into single-IP mode, as described in its purpose and function within the documentation."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its capabilities and how it can be utilized."],["The `CompleteIPRotationRequest` class includes properties like `ClusterId`, `Name`, `ProjectId`, and `Zone`, with some properties (`ClusterId`, `ProjectId`, `Zone`) marked as deprecated in favor of the `Name` property."],["The provided content gives the developer the ability to view 38 version numbers of the API, with the newest available version listed at the top of the webpage."]]],[]]