Uses of Class
com.oracle.bmc.osmanagementhub.model.HealthState
-
Packages that use HealthState Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of HealthState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return HealthState Modifier and Type Method Description static HealthState
HealthState. create(String key)
HealthState
ManagementStationSummary. getHealthState()
Overall health status of the managment station.HealthState
StationHealth. getState()
Overall health status of the management station.static HealthState
HealthState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthState[]
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 HealthState Modifier and Type Method Description ManagementStationSummary.Builder
ManagementStationSummary.Builder. healthState(HealthState healthState)
Overall health status of the managment station.StationHealth.Builder
StationHealth.Builder. state(HealthState state)
Overall health status of the management station.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type HealthState Constructor Description ManagementStationSummary(String id, String managedInstanceId, String compartmentId, String profileId, String scheduledJobId, Date timeNextExecution, String displayName, String description, String hostname, OverallState overallState, HealthState healthState, Integer overallPercentage, Integer mirrorCapacity, ManagementStation.LifecycleState lifecycleState, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StationHealth(HealthState state, String description)
Deprecated.
-