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 provides documentation for the `CreateClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET framework."],["The `CreateClusterRequest` class is used to define the request message for the `BigtableInstanceAdmin.CreateCluster` method, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions ranging from 3.24.0 (latest) down to 2.4.0, which users can navigate to view the `CreateClusterRequest` documentation for that specific version."],["Key properties of `CreateClusterRequest` include `Cluster` (the cluster to be created), `ClusterId` (the identifier for the new cluster), `Parent` (the instance name in which to create the new cluster), and `ParentAsInstanceName` (an `InstanceName`-typed view of the parent resource name)."],["The provided document describes the constructor and inherited members from the object class, as well as the details of each `CreateClusterRequest` property."]]],[]]