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

MoveInstanceRequest

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

The request for MoveInstance.

interface MoveInstanceRequest {
targetConfig?: string;
targetDatabaseMoveConfigs?: DatabaseMoveConfig[];
}

§Properties

§
targetConfig?: string
[src]

Required. The target instance configuration where to move the instance. Values are of the form projects//instanceConfigs/.

§
targetDatabaseMoveConfigs?: DatabaseMoveConfig[]
[src]

Optional. The configuration for each database in the target instance configuration.