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 a history of versions available dating back to 2.4.0."],["The library defines an enum called `Type` which classifies Bigtable instances."],["There are three instance `Types`: `Development` for testing, `Production` for live use, and `Unspecified` which defaults to `Production` on instance creation."],["Development instances have no performance or uptime guarantees and cannot be changed to development once created as a production instance, while production instances require `serve_nodes` to be set."],["The `Unspecified` instance type is used as the default instance type upon creation, and the type will be left unchanged upon updating an instance."]]],[]]