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