Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
MySqlFleetSummary |
MySqlFleetSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MySqlFleetSummary> |
MySqlFleetMetrics.getFleetSummary()
A summary of the inventory count and the metrics that describe the aggregated usage of CPU,
storage, and so on of all the MySQL Databases in the fleet.
|
Modifier and Type | Method and Description |
---|---|
MySqlFleetSummary.Builder |
MySqlFleetSummary.Builder.copy(MySqlFleetSummary model) |
Modifier and Type | Method and Description |
---|---|
MySqlFleetMetrics.Builder |
MySqlFleetMetrics.Builder.fleetSummary(List<MySqlFleetSummary> fleetSummary)
A summary of the inventory count and the metrics that describe the aggregated usage of
CPU, storage, and so on of all the MySQL Databases in the fleet.
|
Constructor and Description |
---|
MySqlFleetMetrics(String startTime,
String endTime,
List<MySqlDatabaseUsageMetrics> fleetDatabases,
List<MySqlFleetSummary> fleetSummary)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.