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

DemoteMasterConfiguration

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

Read-replica configuration for connecting to the on-premises primary instance.

interface DemoteMasterConfiguration {
kind?: string;
mysqlReplicaConfiguration?: DemoteMasterMySqlReplicaConfiguration;
}

§Properties

§
kind?: string
[src]

This is always sql#demoteMasterConfiguration.

§
mysqlReplicaConfiguration?: DemoteMasterMySqlReplicaConfiguration
[src]

MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.