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 for versions ranging from 2.3.0 to 3.33.0, the latest version available."],["The `CreateClusterRequest` class is used to create a cluster within Google Cloud, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the constructors for `CreateClusterRequest`, which include a default constructor and one that accepts another `CreateClusterRequest` object as a parameter."],["Key properties of the `CreateClusterRequest` class include `Cluster`, `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated), with `Cluster` being a required resource and `Parent` specifying where the cluster will be created."],["The most current version available for documentation is version 3.33.0, with the ability to view version history back to version 2.3.0, all of which reference the same `CreateClusterRequest` within the `Google.Cloud.Container.V1` namespace."]]],[]]