Uses of Class
com.oracle.bmc.core.model.RecycleDetails.RecycleLevel
-
Packages that use RecycleDetails.RecycleLevel Package Description com.oracle.bmc.core.model -
-
Uses of RecycleDetails.RecycleLevel in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RecycleDetails.RecycleLevel Modifier and Type Method Description static RecycleDetails.RecycleLevelRecycleDetails.RecycleLevel. create(String key)RecycleDetails.RecycleLevelRecycleDetails. getRecycleLevel()Preferred recycle level for hosts associated with the reservation config.static RecycleDetails.RecycleLevelRecycleDetails.RecycleLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RecycleDetails.RecycleLevel[]RecycleDetails.RecycleLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type RecycleDetails.RecycleLevel Modifier and Type Method Description RecycleDetails.BuilderRecycleDetails.Builder. recycleLevel(RecycleDetails.RecycleLevel recycleLevel)Preferred recycle level for hosts associated with the reservation config.Constructors in com.oracle.bmc.core.model with parameters of type RecycleDetails.RecycleLevel Constructor Description RecycleDetails(RecycleDetails.RecycleLevel recycleLevel, String computeHostGroupId)Deprecated.
-