Uses of Class
com.oracle.bmc.opsi.model.HostMemoryRecommendations.UnusedInstance
-
Packages that use HostMemoryRecommendations.UnusedInstance Package Description com.oracle.bmc.opsi.model -
-
Uses of HostMemoryRecommendations.UnusedInstance in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostMemoryRecommendations.UnusedInstance Modifier and Type Method Description static HostMemoryRecommendations.UnusedInstance
HostMemoryRecommendations.UnusedInstance. create(String key)
HostMemoryRecommendations.UnusedInstance
HostMemoryRecommendations. getUnusedInstance()
Identify unused instances based on cpu, memory and network metrics.static HostMemoryRecommendations.UnusedInstance
HostMemoryRecommendations.UnusedInstance. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostMemoryRecommendations.UnusedInstance[]
HostMemoryRecommendations.UnusedInstance. 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 HostMemoryRecommendations.UnusedInstance Modifier and Type Method Description HostMemoryRecommendations.Builder
HostMemoryRecommendations.Builder. unusedInstance(HostMemoryRecommendations.UnusedInstance unusedInstance)
Identify unused instances based on cpu, memory and network metrics.Constructors in com.oracle.bmc.opsi.model with parameters of type HostMemoryRecommendations.UnusedInstance Constructor Description HostMemoryRecommendations(HostMemoryRecommendations.UnusedInstance unusedInstance, Boolean isAbandonedInstance, String memoryOptimization)
Deprecated.
-