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 page 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 of a request for creating a new cluster within a Bigtable instance."],["The latest version available for this class is 3.24.0, but there are a total of 25 versions available to review, from 3.24.0 down to 2.4.0, all listed with associated hyperlinks to their documentation pages."],["The `CreateClusterRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, detailing its functionalities and relationships."],["Key properties of the `CreateClusterRequest` class include `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`, which are essential for specifying the details of the cluster to be created."]]],[]]