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-21 UTC."],[[["This page details the `CreateClusterRequest` class, which is used to request the creation of a new cluster within a Bigtable instance, within the Google.Cloud.Bigtable.Admin.V2 namespace."],["The latest version available is 3.24.0, with a comprehensive list of prior versions, starting at 3.23.0, then descending all the way down to 2.4.0, available for reference within this documentation."],["The `CreateClusterRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as deep cloning and equality checks."],["The `CreateClusterRequest` class has the properties `Cluster`, `ClusterId`, `Parent` and `ParentAsInstanceName`, which are required and used to define the new cluster, its ID and its instance location respectively."],["It is part of the `Google.Cloud.Bigtable.Admin.V2.dll` assembly, and provides methods for creating instances of the class, either empty or by providing another instance of `CreateClusterRequest` as a template."]]],[]]