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

InstancesPromoteReplicaOptions

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

Additional options for SQLAdmin#instancesPromoteReplica.

interface InstancesPromoteReplicaOptions {
failover?: boolean;
}

§Properties

§
failover?: boolean
[src]

Set to true to invoke a replica failover to the designated DR replica. As part of replica failover, the promote operation attempts to add the original primary instance as a replica of the promoted DR replica when the original primary instance comes back online. If set to false or not specified, then the original primary instance becomes an independent Cloud SQL primary instance. Only applicable to MySQL.