Uses of Class
com.oracle.bmc.opsi.model.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric
-
Packages that use SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric Modifier and Type Method Description static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric. create(String key)
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection. getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric[]
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.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 SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric Modifier and Type Method Description SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.Builder
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.Builder. resourceMetric(SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric resourceMetric)
Defines the type of resource metric (example: CPU, STORAGE)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric Constructor Description SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, Integer highUtilizationThreshold, Integer lowUtilizationThreshold, SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.ResourceMetric resourceMetric, SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<ResourceCapacityTrendAggregation> capacityData)
Deprecated.
-