Uses of Class
com.oracle.bmc.opsi.model.SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric
-
Packages that use SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric Modifier and Type Method Description static SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric
SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric. create(String key)
SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric
SummarizeDatabaseInsightResourceUsageAggregation. getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)static SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric
SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric[]
SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric Modifier and Type Method Description SummarizeDatabaseInsightResourceUsageAggregation.Builder
SummarizeDatabaseInsightResourceUsageAggregation.Builder. resourceMetric(SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric resourceMetric)
Defines the type of resource metric (example: CPU, STORAGE)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric Constructor Description SummarizeDatabaseInsightResourceUsageAggregation(Date timeIntervalStart, Date timeIntervalEnd, SummarizeDatabaseInsightResourceUsageAggregation.ResourceMetric resourceMetric, SummarizeDatabaseInsightResourceUsageAggregation.UsageUnit usageUnit, Double usage, Double capacity, Double usageChangePercent, Double totalHostCapacity)
Deprecated.
-