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."],[[["The page provides documentation for the `CreateClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["It lists various versions of the `CreateClusterRequest` documentation, ranging from version 3.24.0 (latest) down to version 2.4.0."],["The `CreateClusterRequest` class is used to send a request to create a new cluster within a Bigtable instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName` for specifying the details of the cluster to be created and the parent instance."],["The `CreateClusterRequest` class has two constructors, one default constructor, and one that takes another instance of the class as a parameter."]]],[]]