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

DemoteContext

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

This context is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.

interface DemoteContext {
kind?: string;
sourceRepresentativeInstanceName?: string;
}

§Properties

§
kind?: string
[src]

This is always sql#demoteContext.

§
sourceRepresentativeInstanceName?: string
[src]

Required. The name of the instance which acts as the on-premises primary instance in the replication setup.