Uses of Class
com.oracle.bmc.osmanagementhub.model.HealthState
-
Packages that use HealthState Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
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 HealthStateHealthState. create(String key)HealthStateManagementStationSummary. getHealthState()Overall health status of the managment station.HealthStateStationHealth. getState()Overall health status of the management station.static HealthStateHealthState. 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.BuilderManagementStationSummary.Builder. healthState(HealthState healthState)Overall health status of the managment station.StationHealth.BuilderStationHealth.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, OsFamily osFamily, ArchType archType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.StationHealth(HealthState state, String description)Deprecated. -
Uses of HealthState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return HealthState Modifier and Type Method Description HealthStateListManagementStationsRequest. getHealthState()A filter that returns information for management stations in the specified health state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type HealthState Modifier and Type Method Description ListManagementStationsRequest.BuilderListManagementStationsRequest.Builder. healthState(HealthState healthState)A filter that returns information for management stations in the specified health state.
-