Uses of Class
com.oracle.bmc.osmanagementhub.model.EventStatus
-
Packages that use EventStatus Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of EventStatus in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return EventStatus Modifier and Type Method Description static EventStatus
EventStatus. create(String key)
EventStatus
SysadminEventData. getResolutionStatus()
Indicates if the event succeeded.EventStatus
AgentEventData. getStatus()
Status of the agent operation.EventStatus
KspliceUpdateEventData. getStatus()
Status of the Ksplice update.EventStatus
ManagementStationEventData. getStatus()
Status of the management station operation.EventStatus
SoftwareSourceEventData. getStatus()
Status of the software source operation.EventStatus
SoftwareUpdateEventData. getStatus()
Status of the software update.static EventStatus
EventStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventStatus[]
EventStatus. 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 EventStatus Modifier and Type Method Description SysadminEventData.Builder
SysadminEventData.Builder. resolutionStatus(EventStatus resolutionStatus)
Indicates if the event succeeded.AgentEventData.Builder
AgentEventData.Builder. status(EventStatus status)
Status of the agent operation.KspliceUpdateEventData.Builder
KspliceUpdateEventData.Builder. status(EventStatus status)
Status of the Ksplice update.ManagementStationEventData.Builder
ManagementStationEventData.Builder. status(EventStatus status)
Status of the management station operation.SoftwareSourceEventData.Builder
SoftwareSourceEventData.Builder. status(EventStatus status)
Status of the software source operation.SoftwareUpdateEventData.Builder
SoftwareUpdateEventData.Builder. status(EventStatus status)
Status of the software update.
-