Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
StationHealth(HealthState state,
String description)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.