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]

Optional. The peer database name to switch over to. Required for cross-region standby, and must be omitted for in-region Data Guard.