ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.applyStatusSummary(String applyStatusSummary) |
A summary of the current status of apply operations.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.binaryLogFormat(String binaryLogFormat) |
The binary logging format used by this server.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.binaryLogging(String binaryLogging) |
Status of binary logging on this server.
|
static ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.builder() |
Create a new builder.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.copy(ManagedMySqlDatabaseGeneralReplicationInformation model) |
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.executedGtidSet(String executedGtidSet) |
The set of global transaction identifiers for transactions that have been executed on
this source server.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.fetchStatusSummary(String fetchStatusSummary) |
A summary of the current status of fetch operations.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.gtidMode(String gtidMode) |
Global Transaction Identifier (GTID) mode of this server.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.highAvailabilityMemberState(String highAvailabilityMemberState) |
The state of this server as a group replication member.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.hostName(String hostName) |
This server’s host name.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.inboundReplicationsCount(Integer inboundReplicationsCount) |
The number of sources this server is replicating from.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.instanceType(String instanceType) |
The type of the instance.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.isHighAvailabilityEnabled(Boolean isHighAvailabilityEnabled) |
Specifies if high availability is enabled on this server.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.outboundReplicationsCount(Integer outboundReplicationsCount) |
The number of replicas replicating from this server.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.port(Integer port) |
The number of the port on which the server listens for TCP/IP connections.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.readOnly(MySqlReadOnly readOnly) |
If the value is ON, the instance is configured as read_only.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.secondsBehindSourceMax(Long secondsBehindSourceMax) |
The number of seconds the replica is behind the source.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.serverId(Long serverId) |
This server’s ID.
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.Builder.serverUuid(String serverUuid) |
This server’s Universally Unique Identifier (UUID).
|
ManagedMySqlDatabaseGeneralReplicationInformation.Builder |
ManagedMySqlDatabaseGeneralReplicationInformation.toBuilder() |
|