public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CreateClusterRequest.
[[["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 reference documentation for the `CreateClusterRequest` class within the Google Kubernetes Engine v1 API for .NET, specifically version 3.17.0 and other versions listed."],["The `CreateClusterRequest` class is used to create a new cluster and inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists all the versions starting from the latest version, 3.33.0, down to 2.3.0, and has links to the details of each version."],["The class has constructors `CreateClusterRequest()` and `CreateClusterRequest(CreateClusterRequest other)` to instantiate an empty instance or a copy, respectively, and various properties, including `Cluster`, `Parent`, `ProjectId`, and `Zone`, with detailed descriptions."],["The `ProjectId` and `Zone` properties are now deprecated, as they have been replaced by the `Parent` property."]]],[]]