Package | Description |
---|---|
com.oracle.bmc.opsi | |
com.oracle.bmc.opsi.model | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAwrHubRequest,GetAwrHubResponse> |
OperationsInsightsWaiters.forAwrHub(GetAwrHubRequest request,
AwrHubLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAwrHubRequest,GetAwrHubResponse> |
OperationsInsightsWaiters.forAwrHub(GetAwrHubRequest request,
AwrHubLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAwrHubRequest,GetAwrHubResponse> |
OperationsInsightsWaiters.forAwrHub(GetAwrHubRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AwrHubLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AwrHubLifecycleState |
AwrHubLifecycleState.create(String key) |
AwrHubLifecycleState |
AwrHub.getLifecycleState()
Possible lifecycle states
|
AwrHubLifecycleState |
AwrHubSummary.getLifecycleState()
Possible lifecycle states
|
static AwrHubLifecycleState |
AwrHubLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwrHubLifecycleState[] |
AwrHubLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AwrHub.Builder |
AwrHub.Builder.lifecycleState(AwrHubLifecycleState lifecycleState)
Possible lifecycle states
|
AwrHubSummary.Builder |
AwrHubSummary.Builder.lifecycleState(AwrHubLifecycleState lifecycleState)
Possible lifecycle states
|
Constructor and Description |
---|
AwrHub(String operationsInsightsWarehouseId,
String id,
String compartmentId,
String displayName,
String objectStorageBucketName,
String awrMailboxUrl,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Date timeCreated,
Date timeUpdated,
AwrHubLifecycleState lifecycleState,
String lifecycleDetails,
String hubDstTimezoneVersion)
Deprecated.
|
AwrHubSummary(String operationsInsightsWarehouseId,
String id,
String compartmentId,
String displayName,
String objectStorageBucketName,
String awrMailboxUrl,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Date timeCreated,
Date timeUpdated,
AwrHubLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<AwrHubLifecycleState> |
ListAwrHubsRequest.getLifecycleState()
Lifecycle states
|
Modifier and Type | Method and Description |
---|---|
ListAwrHubsRequest.Builder |
ListAwrHubsRequest.Builder.lifecycleState(AwrHubLifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListAwrHubsRequest.Builder |
ListAwrHubsRequest.Builder.lifecycleState(List<AwrHubLifecycleState> lifecycleState)
Lifecycle states
|
Copyright © 2016–2024. All rights reserved.