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

Database

import type { Database } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

Database details

interface Database {
diskType?: string;
floatingIpAddress?: string;
machineType?: string;
secondarySoleTenantNode?: string;
secondarySoleTenantNodeType?: string;
secretManagerSecret?: string;
smt?: boolean;
soleTenantNode?: string;
soleTenantNodeType?: string;
tempdbOnSsd?: boolean;
tenancyModel?: "TENANCY_MODEL_UNSPECIFIED" | "SHARED" | "SOLE_TENANT";
}

§Properties

§
diskType?: string
[src]

Required. disk_type

§
floatingIpAddress?: string
[src]

Optional. only useful for Linux High Availability setup

§
machineType?: string
[src]

Required. machine type

§
secondarySoleTenantNode?: string
[src]

Optional. the name of a secondary-sole-tenant node/node group

§
secondarySoleTenantNodeType?: string
[src]

Optional. the type of a secondary-sole-tenant node/node group e.g. compute.googleapis.com/node-name

§
secretManagerSecret?: string
[src]

Required. secret_manager_secret

§
smt?: boolean
[src]

Required. whether simultaneous multithreading is enabled or not

§
soleTenantNode?: string
[src]

Optional. the name of a primary sole-tenant node/node group

§
soleTenantNodeType?: string
[src]

Optional. the type of a primary sole-tenant node/node group e.g. compute.googleapis.com/node-name

§
tempdbOnSsd?: boolean
[src]

Required. whether to have TempDB on local SSD

§
tenancyModel?: "TENANCY_MODEL_UNSPECIFIED" | "SHARED" | "SOLE_TENANT"
[src]

Required. SHARED or SOLE_TENANT