Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static ManagementStation.LifecycleState |
ManagementStation.LifecycleState.create(String key) |
ManagementStation.LifecycleState |
ManagementStation.getLifecycleState()
The current state of the management station.
|
ManagementStation.LifecycleState |
ManagementStationSummary.getLifecycleState()
The current state of the management station.
|
static ManagementStation.LifecycleState |
ManagementStation.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementStation.LifecycleState[] |
ManagementStation.LifecycleState.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.lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of the management station.
|
ManagementStationSummary.Builder |
ManagementStationSummary.Builder.lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of 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.
|
Modifier and Type | Method and Description |
---|---|
ManagementStation.LifecycleState |
ListManagementStationsRequest.getLifecycleState()
A filter that returns information for management stations in the specified state.
|
Modifier and Type | Method and Description |
---|---|
ListManagementStationsRequest.Builder |
ListManagementStationsRequest.Builder.lifecycleState(ManagementStation.LifecycleState lifecycleState)
A filter that returns information for management stations in the specified state.
|
Copyright © 2016–2024. All rights reserved.