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