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 document provides reference documentation for the `CreateClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `CreateClusterRequest` class is used to define the structure for requesting the creation of a new cluster within a Bigtable instance."],["The latest version documented is 3.24.0, but documentation for many prior versions dating back to 2.4.0 are included as well, and the current main version is 3.6.0."],["The `CreateClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits properties from `object`, with several properties such as `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`."],["This reference also explains the necessary constructors to create a `CreateClusterRequest`, along with the parameters for each property, including their type and a description."]]],[]]