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 latest version available for the `CreateClusterRequest` class in the Google Kubernetes Engine v1 API is version 3.33.0."],["This documentation provides reference for the `CreateClusterRequest` class across multiple versions, ranging from 3.33.0 down to 2.3.0, allowing for version-specific code samples and details."],["`CreateClusterRequest` is used to create a cluster within the Google Kubernetes Engine and is part of the `Google.Cloud.Container.V1` namespace, inheriting from `Object` and implementing several interfaces."],["The `CreateClusterRequest` class requires a `Cluster` resource and a `Parent` field to create the cluster, and also contains deprecated fields such as `ProjectId` and `Zone` which have been replaced by the `Parent` field."],["The `CreateClusterRequest` class has two constructors: a parameterless one and another where you can pass in another instance of the `CreateClusterRequest` class to act as a basis for the new object."]]],[]]