Class DemoteMasterMySqlReplicaConfiguration
Read-replica configuration specific to MySQL databases.
Inheritance
System.Object
DemoteMasterMySqlReplicaConfiguration
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 DemoteMasterMySqlReplicaConfiguration : IDirectResponseSchema
Properties
CaCertificate
PEM representation of the trusted CA's x509 certificate.
Declaration
[JsonProperty("caCertificate")]
public virtual string CaCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientCertificate
PEM representation of the replica's x509 certificate.
Declaration
[JsonProperty("clientCertificate")]
public virtual string ClientCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientKey
PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
Declaration
[JsonProperty("clientKey")]
public virtual string ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
This is always sql#demoteMasterMysqlReplicaConfiguration.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
The password for the replication connection.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
The username for the replication connection.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |