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 requests for creating new clusters within a Bigtable instance, it implements several interfaces for message handling and object comparison."],["The latest version of the `CreateClusterRequest` API available is 3.24.0, while numerous prior versions ranging down to 2.4.0 are also documented here."],["Key properties of the `CreateClusterRequest` class include `Cluster` (the cluster details), `ClusterId` (the identifier for the new cluster), `Parent` (the parent instance name), and `ParentAsInstanceName` (a typed view of the parent instance)."],["The class inherits from `object`, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors to create instances of the request object."]]],[]]