Show / Hide Table of Contents

Class DemoteMasterConfiguration

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

Inheritance
object
DemoteMasterConfiguration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class DemoteMasterConfiguration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

This is always sql#demoteMasterConfiguration.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

MysqlReplicaConfiguration

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.

Declaration
[JsonProperty("mysqlReplicaConfiguration")]
public virtual DemoteMasterMySqlReplicaConfiguration MysqlReplicaConfiguration { get; set; }
Property Value
Type Description
DemoteMasterMySqlReplicaConfiguration

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX