public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateClusterRequest.
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 Administration v2 API, specifically for .NET developers."],["The `CreateClusterRequest` class is used to create new clusters and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, with its assembly in `Google.Cloud.Bigtable.Admin.V2.dll`."],["The documentation covers versions ranging from 2.4.0 to 3.24.0, with 3.24.0 being the most recent or latest version listed, and the current page is focused on version 3.12.0."],["Key properties of `CreateClusterRequest` include `Cluster` (the cluster to be created), `ClusterId` (the identifier for the new cluster), `Parent` (the instance where the cluster will reside), and `ParentAsInstanceName` (an InstanceName-typed view over the parent resource name)."],["The `CreateClusterRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]