Uses of Class
com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
-
Packages that use SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel Modifier and Type Method Description static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel. create(String key)
SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
SummarizeHostInsightResourceForecastTrendRequest. getUtilizationLevel()
Filter by utilization level by the following buckets: - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel[]
SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel Modifier and Type Method Description SummarizeHostInsightResourceForecastTrendRequest.Builder
SummarizeHostInsightResourceForecastTrendRequest.Builder. utilizationLevel(SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel utilizationLevel)
Filter by utilization level by the following buckets: - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
-