public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.CreateCluster.
Required. The ID to be used when referring to the new cluster within its instance,
e.g., just mycluster rather than
projects/myproject/instances/myinstance/clusters/mycluster.
[[["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-25 UTC."],[[["This webpage details the `CreateClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically within the context of the Google Cloud Bigtable Admin API for .NET."],["The `CreateClusterRequest` class is a request message used for creating a cluster in Bigtable, inheriting from various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage contains the documentation for version 3.0.0 of the Google Cloud Bigtable Admin .NET library, listing versions ranging from 2.4.0 to 3.24.0, with 3.24.0 being the most recent release."],["Key properties of the `CreateClusterRequest` class include `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`, detailing the specifics needed for cluster creation."],["The class includes public constructors allowing for a empty constructor and a constructor that accepts another CreateClusterRequest, along with inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]