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 webpage provides documentation for the `CreateClusterRequest` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0 and version 3.18.0 being highlighted."],["This `CreateClusterRequest` class is used to create a cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateClusterRequest` class has constructors for creating a new instance or copying from an existing one, and includes properties for specifying the `Cluster`, `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated)."],["The documentation lists a comprehensive range of versioned references to `CreateClusterRequest`, starting from version 2.3.0 up to 3.33.0, allowing users to refer to other versions."],["The `CreateClusterRequest` requires a cluster resource to be specified when creating a cluster."]]],[]]