Uses of Class
com.oracle.bmc.opsi.model.SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric
-
Packages that use SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric Modifier and Type Method Description static SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric. create(String key)
SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeHostInsightResourceForecastTrendAggregation. getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)static SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric[]
SummarizeHostInsightResourceForecastTrendAggregation.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 SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric Modifier and Type Method Description SummarizeHostInsightResourceForecastTrendAggregation.Builder
SummarizeHostInsightResourceForecastTrendAggregation.Builder. resourceMetric(SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric resourceMetric)
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeHostInsightResourceForecastTrendAggregation.ResourceMetric 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.
-