Uses of Class
com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric
-
Packages that use SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric Modifier and Type Method Description static SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric. create(String key)
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric
SummarizeExadataInsightResourceForecastTrendCollection. getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)static SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric[]
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric. 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.ExadataResourceMetric Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendCollection.Builder
SummarizeExadataInsightResourceForecastTrendCollection.Builder. exadataResourceMetric(SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric Constructor Description SummarizeExadataInsightResourceForecastTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit usageUnit, List<ExadataInsightResourceForecastTrendSummary> items)
Deprecated.
-