Uses of Class
com.oracle.bmc.opsi.model.HostCpuRecommendations.Burstable
-
Packages that use HostCpuRecommendations.Burstable Package Description com.oracle.bmc.opsi.model -
-
Uses of HostCpuRecommendations.Burstable in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostCpuRecommendations.Burstable Modifier and Type Method Description static HostCpuRecommendations.Burstable
HostCpuRecommendations.Burstable. create(String key)
HostCpuRecommendations.Burstable
HostCpuRecommendations. getBurstable()
Show if OPSI recommends to convert an instance to a burstable instance and show recommended cpu baseline if positive recommendation.static HostCpuRecommendations.Burstable
HostCpuRecommendations.Burstable. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostCpuRecommendations.Burstable[]
HostCpuRecommendations.Burstable. 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 HostCpuRecommendations.Burstable Modifier and Type Method Description HostCpuRecommendations.Builder
HostCpuRecommendations.Builder. burstable(HostCpuRecommendations.Burstable burstable)
Show if OPSI recommends to convert an instance to a burstable instance and show recommended cpu baseline if positive recommendation.Constructors in com.oracle.bmc.opsi.model with parameters of type HostCpuRecommendations.Burstable Constructor Description HostCpuRecommendations(HostCpuRecommendations.Burstable burstable, String shape, HostCpuRecommendations.UnusedInstance unusedInstance, Boolean isAbandonedInstance)
Deprecated.
-