Uses of Class
com.oracle.bmc.osmanagementhub.model.RebootEventData.RebootStatus
-
Packages that use RebootEventData.RebootStatus Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of RebootEventData.RebootStatus in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return RebootEventData.RebootStatus Modifier and Type Method Description static RebootEventData.RebootStatus
RebootEventData.RebootStatus. create(String key)
RebootEventData.RebootStatus
RebootEventData. getRebootStatus()
Reboot status for the current eventstatic RebootEventData.RebootStatus
RebootEventData.RebootStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RebootEventData.RebootStatus[]
RebootEventData.RebootStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type RebootEventData.RebootStatus Modifier and Type Method Description RebootEventData.Builder
RebootEventData.Builder. rebootStatus(RebootEventData.RebootStatus rebootStatus)
Reboot status for the current eventConstructors in com.oracle.bmc.osmanagementhub.model with parameters of type RebootEventData.RebootStatus Constructor Description RebootEventData(RebootEventData.RebootStatus rebootStatus, WorkRequestEventDataAdditionalDetails additionalDetails)
Deprecated.
-