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