public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.CreateInstance.
public MapField<string, Cluster> Clusters { get; }
Required. The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just mycluster rather than
projects/myproject/instances/myinstance/clusters/mycluster.
Fields marked OutputOnly must be left blank.
Currently, at most four clusters can be specified.
Required. The ID to be used when referring to the new instance within its project,
e.g., just myinstance rather than
projects/myproject/instances/myinstance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class, which is used to request the creation of a new Bigtable instance within a specified Google Cloud project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace, and its structure includes properties for the instance's ID, the parent project, and a collection of cluster details.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides links to older versions of the documentation for the \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class, ranging from version 3.24.0 (latest) to 2.4.0, allowing users to access the documentation for previous versions.\u003c/p\u003e\n"],["\u003cp\u003eIt specifies that when creating a new instance using this request, users must provide the desired instance ID and name of the project in which to create the new instance, and may also specify up to four clusters to be created.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e assembly implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting common members from the \u003ccode\u003eObject\u003c/code\u003e class, showcasing its robust design for Bigtable administration.\u003c/p\u003e\n"]]],[],null,[]]