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."],[[["The latest version available for `CreateClusterRequest` within the `Google.Cloud.Bigtable.Admin.V2` namespace is version 3.24.0, with many previous versions listed for reference, starting as low as 2.4.0."],["`CreateClusterRequest` is a request message for the `BigtableInstanceAdmin.CreateCluster` method, and it inherits from `Object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateClusterRequest` class has a constructor that can take another `CreateClusterRequest` object as a parameter and another that is parameterless, which can be used for the creation of new instance objects."],["This class includes properties such as `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`, which are essential for specifying the cluster's details, such as the cluster's ID, its parent instance, and the cluster to be created."],["The cluster creation process requires specific values for properties like the `ClusterId` and the `Parent`, which is the unique name of the instance where the cluster will be created, formatted as `projects/{project}/instances/{instance}`."]]],[]]