DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces
a higher minimum node count than DEVELOPMENT.
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."],[[["This webpage documents the different versions of the `Google.Cloud.Bigtable.Admin.V2.Instance.Types.Type` enum, ranging from the latest version 3.24.0 down to 2.4.0."],["The `Type` enum is defined within the `Google.Cloud.Bigtable.Admin.V2` namespace in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The `Type` enum specifies the intended purpose of a Bigtable instance, with available fields including `Development`, `Production`, and `Unspecified`."],["The `Development` field is deprecated and `Production` is the preferred option, as `Production` instances require setting `serve_nodes` and no longer enforce a minimum node count higher than `Development`."],["The `Unspecified` field acts as a default, creating a `PRODUCTION` instance when initially creating an instance, and keeping the type unchanged if an instance is updated."]]],[]]