Uses of Class
com.oracle.bmc.databasemanagement.model.MetricStatisticsDefinition
-
Packages that use MetricStatisticsDefinition Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of MetricStatisticsDefinition in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return MetricStatisticsDefinition Modifier and Type Method Description MetricStatisticsDefinition
MetricStatisticsDefinition.Builder. build()
MetricStatisticsDefinition
CpuUtilizationAggregateMetrics. getCpuStatistics()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type MetricStatisticsDefinition Modifier and Type Method Description List<MetricStatisticsDefinition>
DatabaseIOAggregateMetrics. getIopsStatistics()
The Input/Output metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.List<MetricStatisticsDefinition>
DatabaseIOAggregateMetrics. getIoThroughputStatistics()
The IOThroughput metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.Methods in com.oracle.bmc.databasemanagement.model with parameters of type MetricStatisticsDefinition Modifier and Type Method Description MetricStatisticsDefinition.Builder
MetricStatisticsDefinition.Builder. copy(MetricStatisticsDefinition model)
CpuUtilizationAggregateMetrics.Builder
CpuUtilizationAggregateMetrics.Builder. cpuStatistics(MetricStatisticsDefinition cpuStatistics)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type MetricStatisticsDefinition Modifier and Type Method Description DatabaseIOAggregateMetrics.Builder
DatabaseIOAggregateMetrics.Builder. iopsStatistics(List<MetricStatisticsDefinition> iopsStatistics)
The Input/Output metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.DatabaseIOAggregateMetrics.Builder
DatabaseIOAggregateMetrics.Builder. ioThroughputStatistics(List<MetricStatisticsDefinition> ioThroughputStatistics)
The IOThroughput metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type MetricStatisticsDefinition Constructor Description CpuUtilizationAggregateMetrics(MetricDataPoint cpuUtilization, MetricStatisticsDefinition cpuStatistics)
Deprecated.
-