DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.areAllMysqlInstancesHealthy(Boolean areAllMysqlInstancesHealthy) |
Specifies if the single MySQL instance in a standalone DB System or all MySQL instances
in a highly available DB System (excluding read replicas) are healthy.
|
static DbSystemStatusResult.Builder |
DbSystemStatusResult.builder() |
Create a new builder.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.canAcceptClientConnections(Boolean canAcceptClientConnections) |
Specifies if the Read/Write endpoint of the DB System can accept client connections.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.channelsStatus(List<ChannelStatusResult> channelsStatus) |
A list showing the status of the channels attached to the DB System for the requested
channel IDs.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.copy(DbSystemStatusResult model) |
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.gtidSet(String gtidSet) |
The GTID set on the DB System (either GTID_EXECUTED or GTID_AVAILABLE) as specified by
the gtidSetType parameter in the request.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.isGtidSetApplied(Boolean isGtidSetApplied) |
Specifies if the GTID set in the gtidSetToApply parameter (if provided in the request) is
fully applied on the DB System.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.isInOfflineMode(Boolean isInOfflineMode) |
Specifies if the DB System is in offline mode based on the value of the MySQL system
variable
offline_mode.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.isStorageFull(Boolean isStorageFull) |
Specifies if there is any MySQL instance (excluding read replicas) whose storage capacity
is below [storage reserve]
(https://docs.oracle.com/en-us/iaas/mysql-database/doc/health-monitor.html#GUID-C6CE25C7-B728-4C80-B548-A76B42005C83.html).
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.Builder.isWritable(Boolean isWritable) |
Specifies if connected users can run write queries on the DB System.
|
DbSystemStatusResult.Builder |
DbSystemStatusResult.toBuilder() |
|