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

SwitchoverAutonomousDatabaseRequest

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

The request for OracleDatabase.SwitchoverAutonomousDatabase.

interface SwitchoverAutonomousDatabaseRequest {
peerAutonomousDatabase?: string;
}

§Properties

§
peerAutonomousDatabase?: string
[src]

Required. The peer database name to switch over to.