Class DemoteMasterConfiguration
Read-replica configuration for connecting to the on-premises primary instance.
Inheritance
System.Object
DemoteMasterConfiguration
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class DemoteMasterConfiguration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
This is always sql#demoteMasterConfiguration.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |