Uses of Class
com.oracle.bmc.opsi.requests.SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel
-
Packages that use SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel Modifier and Type Method Description static SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel
SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel. create(String key)
SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel
SummarizeDatabaseInsightResourceCapacityTrendRequest. getUtilizationLevel()
Filter by utilization level by the following buckets: - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.static SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel
SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel[]
SummarizeDatabaseInsightResourceCapacityTrendRequest.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 SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel Modifier and Type Method Description SummarizeDatabaseInsightResourceCapacityTrendRequest.Builder
SummarizeDatabaseInsightResourceCapacityTrendRequest.Builder. utilizationLevel(SummarizeDatabaseInsightResourceCapacityTrendRequest.UtilizationLevel utilizationLevel)
Filter by utilization level by the following buckets: - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
-