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."],["The `CreateClusterRequest` class is used to request the creation of a new cluster in a Bigtable instance and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the constructors, properties, and inherited members of the `CreateClusterRequest` class, such as `Cluster`, `ClusterId`, and `Parent`, offering type and description for each."],["The latest version documented is 3.24.0, and the page lists available versions, spanning from 2.4.0 to the newest one, each link directing to the corresponding version documentation for the `CreateClusterRequest` class."],["The `Parent` property for the `CreateClusterRequest` class denotes the unique instance to make the cluster on, and `ParentAsInstanceName` provides a specific type view of it."]]],[]]