Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
static OverallState |
OverallState.create(String key) |
OverallState |
ManagementStation.getOverallState()
Current state of the mirror sync for the management station.
|
OverallState |
ManagementStationSummary.getOverallState()
Current state of the mirror sync for the management station.
|
static OverallState |
OverallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverallState[] |
OverallState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagementStation.Builder |
ManagementStation.Builder.overallState(OverallState overallState)
Current state of the mirror sync for the management station.
|
ManagementStationSummary.Builder |
ManagementStationSummary.Builder.overallState(OverallState overallState)
Current state of the mirror sync for the management station.
|
Constructor and Description |
---|
ManagementStation(String id,
String managedInstanceId,
String compartmentId,
String scheduledJobId,
String profileId,
String displayName,
String description,
String hostname,
OverallState overallState,
Integer overallPercentage,
Integer mirrorCapacity,
Integer totalMirrors,
MirrorSyncStatus mirrorSyncStatus,
ProxyConfiguration proxy,
MirrorConfiguration mirror,
StationHealth health,
ManagementStation.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
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.
|
Copyright © 2016–2024. All rights reserved.