Interface InstanceOptions (6.0.0)

Package

@google-cloud/bigtable

Properties

clusters

clusters:ClusterInfo[]|ClusterInfo;

The clusters to be created within the instance.

displayName

displayName?:string;

The descriptive name for this instance as it appears in UIs.

gaxOptions

gaxOptions?:CallOptions;

Request configuration options, outlined here:https://googleapis.github.io/gax-nodejs/CallSettings.html.

labels

labels?:{[index:string]:any;};

Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics.

Label keys must be between 1 and 63 characters long and must conform to the regular expression:[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}. Label values must be between 0 and 63 characters long and must conform to the regular expression:[\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given resource. Keys and values must both be under 128 bytes.

type

type?:'production'|'development';

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.