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 for message handling and object comparison."],["The documentation covers various versions of the Bigtable Admin v2 API, with version 3.24.0 being the latest and it also includes information about the class's constructors, properties like `Cluster`, `ClusterId`, and `Parent`, and inherited members."],["The class requires the cluster to be created, the cluster ID for identifying the cluster within the instance, and the instance name, with the format as `projects/{project}/instances/{instance}`."],["The list of versions includes versions from 2.4.0 all the way up to 3.24.0, allowing a user to access the documentation of different release versions."]]],[]]