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

CreateClusterRequest

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

Request message for BigtableInstanceAdmin.CreateCluster.

interface CreateClusterRequest {
cluster?: Cluster;
clusterId?: string;
parent?: string;
}

§Properties

§
cluster?: Cluster
[src]

Required. The cluster to be created. Fields marked OutputOnly must be left blank.

§
clusterId?: string
[src]

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

§
parent?: string
[src]

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