The instance is meant for development and testing purposes only; it has
no performance or uptime guarantees and is not covered by SLA.
After a development instance is created, it can be upgraded by
updating the instance to type PRODUCTION. An instance created
as a production instance cannot be changed to a development instance.
When creating a development instance, serve_nodes on the cluster must
not be set.
Production
An instance meant for production use. serve_nodes must be set
on the cluster.
Unspecified
The type of the instance is unspecified. If set when creating an
instance, a PRODUCTION instance will be created. If set when updating
an instance, the type will be left unchanged.
[[["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."],[[["The latest version of the Google.Cloud.Bigtable.Admin.V2 library is 3.24.0, with numerous prior versions available for reference, down to version 2.4.0."],["The content focuses on the `Type` enum within the `Google.Cloud.Bigtable.Admin.V2.Instance.Types` namespace, found within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The `Type` enum defines three possible instance types: `Development`, intended for testing with no performance guarantees; `Production`, for live use and requiring node configuration; and `Unspecified`, which defaults to `PRODUCTION` during creation but remains unchanged during updates."],["Each version of the library allows users to view the documentation of the `Type` enum, with the documentation remaining unchanged across the various versions."]]],[]]