Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRunbookRequest,GetRunbookResponse> |
FleetAppsManagementRunbooksWaiters.forRunbook(GetRunbookRequest request,
Runbook.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRunbookRequest,GetRunbookResponse> |
FleetAppsManagementRunbooksWaiters.forRunbook(GetRunbookRequest request,
Runbook.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRunbookRequest,GetRunbookResponse> |
FleetAppsManagementRunbooksWaiters.forRunbook(GetRunbookRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Runbook.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Runbook.LifecycleState |
Runbook.LifecycleState.create(String key) |
Runbook.LifecycleState |
Runbook.getLifecycleState()
The current state of the Runbook.
|
Runbook.LifecycleState |
RunbookSummary.getLifecycleState()
The current state of the Runbook.
|
static Runbook.LifecycleState |
Runbook.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Runbook.LifecycleState[] |
Runbook.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Runbook.Builder |
Runbook.Builder.lifecycleState(Runbook.LifecycleState lifecycleState)
The current state of the Runbook.
|
RunbookSummary.Builder |
RunbookSummary.Builder.lifecycleState(Runbook.LifecycleState lifecycleState)
The current state of the Runbook.
|
Constructor and Description |
---|
Runbook(String id,
String displayName,
String description,
Runbook.Type type,
Runbook.RunbookRelevance runbookRelevance,
String operation,
OsType osType,
String platform,
Boolean isDefault,
String estimatedTime,
Runbook.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Associations associations,
String compartmentId,
String resourceRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RunbookSummary(String id,
String displayName,
String description,
Runbook.Type type,
Runbook.RunbookRelevance runbookRelevance,
String operation,
OsType osType,
String platform,
Boolean isDefault,
String estimatedTime,
Runbook.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String compartmentId,
String resourceRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Runbook.LifecycleState |
ListRunbooksRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.lifecycleState(Runbook.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.