Class DatabaseInstanceReplicaConfiguration
Inheritance
System.Object
DatabaseInstanceReplicaConfiguration
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()
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceReplicaConfiguration
Fields
View Source
CaCertificate
PEM representation of the trusted CA's x509
certificate.
Declaration
public readonly string CaCertificate
Field Value
| Type |
Description |
| System.String |
|
View Source
ClientCertificate
PEM representation of the slave's x509
certificate.
Declaration
public readonly string ClientCertificate
Field Value
| Type |
Description |
| System.String |
|
View Source
ClientKey
PEM representation of the slave's private key. The
corresponding public key in encoded in the client_certificate.
Declaration
public readonly string ClientKey
Field Value
| Type |
Description |
| System.String |
|
View Source
ConnectRetryInterval
The number of seconds
between connect retries.
Declaration
public readonly int? ConnectRetryInterval
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
DumpFilePath
Path to a SQL file in GCS from which slave
instances are created. Format is gs://bucket/filename.
Declaration
public readonly string DumpFilePath
Field Value
| Type |
Description |
| System.String |
|
View Source
FailoverTarget
Specifies if the replica is the failover target.
If the field is set to true the replica will be designated as a failover replica.
If the master instance fails, the replica instance will be promoted as
the new master instance.
Declaration
public readonly bool? FailoverTarget
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
MasterHeartbeatPeriod
Time in ms between replication
heartbeats.
Declaration
public readonly int? MasterHeartbeatPeriod
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Password
Password for the replication connection.
Declaration
public readonly string Password
Field Value
| Type |
Description |
| System.String |
|
View Source
SslCipher
Declaration
public readonly string SslCipher
Field Value
| Type |
Description |
| System.String |
|
View Source
Username
Username for replication connection.
Declaration
public readonly string Username
Field Value
| Type |
Description |
| System.String |
|
View Source
VerifyServerCertificate
True if the master's common name
value is checked during the SSL handshake.
Declaration
public readonly bool? VerifyServerCertificate
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|