Uses of Class
com.oracle.bmc.containerengine.model.CycleMode
-
Packages that use CycleMode Package Description com.oracle.bmc.containerengine.model -
-
Uses of CycleMode in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CycleMode Modifier and Type Method Description static CycleMode
CycleMode. create(String key)
static CycleMode
CycleMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CycleMode[]
CycleMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model that return types with arguments of type CycleMode Modifier and Type Method Description List<CycleMode>
NodePoolCyclingDetails. getCycleModes()
An ordered list of cycle modes that should be performed on the OKE nodes.Method parameters in com.oracle.bmc.containerengine.model with type arguments of type CycleMode Modifier and Type Method Description NodePoolCyclingDetails.Builder
NodePoolCyclingDetails.Builder. cycleModes(List<CycleMode> cycleModes)
An ordered list of cycle modes that should be performed on the OKE nodes.Constructor parameters in com.oracle.bmc.containerengine.model with type arguments of type CycleMode Constructor Description NodePoolCyclingDetails(String maximumUnavailable, String maximumSurge, Boolean isNodeCyclingEnabled, List<CycleMode> cycleModes)
Deprecated.
-