Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagementStationEventData.HealthState
-
Packages that use ManagementStationEventData.HealthState Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagementStationEventData.HealthState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagementStationEventData.HealthState Modifier and Type Method Description static ManagementStationEventData.HealthState
ManagementStationEventData.HealthState. create(String key)
ManagementStationEventData.HealthState
ManagementStationEventData. getHealthState()
Health state of the management stationstatic ManagementStationEventData.HealthState
ManagementStationEventData.HealthState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagementStationEventData.HealthState[]
ManagementStationEventData.HealthState. 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 ManagementStationEventData.HealthState Modifier and Type Method Description ManagementStationEventData.Builder
ManagementStationEventData.Builder. healthState(ManagementStationEventData.HealthState healthState)
Health state of the management stationConstructors in com.oracle.bmc.osmanagementhub.model with parameters of type ManagementStationEventData.HealthState Constructor Description ManagementStationEventData(ManagementStationEventData.OperationType operationType, ManagementStationEventData.HealthState healthState, EventStatus status, WorkRequestEventDataAdditionalDetails additionalDetails)
Deprecated.
-