public sealed class CompleteIPRotationRequest : IMessage<CompleteIPRotationRequest>, IEquatable<CompleteIPRotationRequest>, IDeepCloneable<CompleteIPRotationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CompleteIPRotationRequest.
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."],[[["This webpage provides documentation for the `CompleteIPRotationRequest` class within the Google Kubernetes Engine v1 API, specifically for .NET development, across multiple versions, ranging from the latest 3.33.0 to older ones like 2.3.0."],["The `CompleteIPRotationRequest` class is designed to transition a cluster master back into single-IP mode and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details about the class's inheritance from `object` and its implementation of various interfaces, along with a list of inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The `CompleteIPRotationRequest` class includes properties such as `ClusterId`, `Name`, `ProjectId`, and `Zone`, with some properties like `ClusterId`, `ProjectId`, and `Zone` marked as obsolete, now replaced by the `Name` property."],["Multiple versions of the documentation are available for `CompleteIPRotationRequest`, allowing users to access information about changes and updates across the different releases."]]],[]]