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 previous versions available for reference, down to version 2.4.0."],["The webpage provides documentation for the `Type` enum, which is part of the `Google.Cloud.Bigtable.Admin.V2.Instance.Types` namespace."],["The `Type` enum defines three possible instance types: `Development`, `Production`, and `Unspecified`, each with specific use cases and requirements."],["Development instances are for testing and lack performance guarantees, production instances require `serve_nodes` to be set, and unspecified instances default to production if created."],["Version 2.7.0 is included in the list of available versions for reference, while also being the version that the Type class is nested in, as well as the namespace in the provided information."]]],[]]