Uses of Class
com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit
-
Packages that use SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit Modifier and Type Method Description static SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit
SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit. create(String key)
SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit
SummarizeExadataInsightResourceForecastTrendCollection. getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)static SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit
SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit[]
SummarizeExadataInsightResourceForecastTrendCollection.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 SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendCollection.Builder
SummarizeExadataInsightResourceForecastTrendCollection.Builder. usageUnit(SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit Constructor Description SummarizeExadataInsightResourceForecastTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit usageUnit, List<ExadataInsightResourceForecastTrendSummary> items)
Deprecated.
-