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-04-09 UTC."],[[["The `CreateClusterRequest` class, part of the Google Kubernetes Engine v1 API, is used to define and create a new cluster within a specified project and location."],["The latest version of the API documentation provided is 3.33.0, and it is possible to find documentation for multiple previous versions, going back as far as 2.3.0."],["The `CreateClusterRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The `CreateClusterRequest` class includes properties such as `Cluster`, `Parent`, `ProjectId`, and `Zone`, where `ProjectId` and `Zone` are now deprecated and replaced by `Parent` for specifying project and location details."],["The `CreateClusterRequest` class is located within the `Google.Cloud.Container.V1` namespace and is contained in the `Google.Cloud.Container.V1.dll` assembly."]]],[]]