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