Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateInstanceRequest

import type { CreateInstanceRequest } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Request message for BigtableInstanceAdmin.CreateInstance.

interface CreateInstanceRequest {
clusters?: {
[key: string]: Cluster;
}
;
instance?: Instance;
instanceId?: string;
parent?: string;
}

§Properties

§
clusters?: {
[key: string]: Cluster;
}
[src]

Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank.

§
instance?: Instance
[src]

Required. The instance to create. Fields marked OutputOnly must be left blank.

§
instanceId?: string
[src]

Required. The ID to be used when referring to the new instance within its project, e.g., just myinstance rather than projects/myproject/instances/myinstance.

§
parent?: string
[src]

Required. The unique name of the project in which to create the new instance. Values are of the form projects/{project}.