Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExadataIormConfigRequest,GetExadataIormConfigResponse> |
DatabaseWaiters.forExadataIormConfig(GetExadataIormConfigRequest request,
ExadataIormConfig.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExadataIormConfigRequest,GetExadataIormConfigResponse> |
DatabaseWaiters.forExadataIormConfig(GetExadataIormConfigRequest request,
ExadataIormConfig.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExadataIormConfigRequest,GetExadataIormConfigResponse> |
DatabaseWaiters.forExadataIormConfig(GetExadataIormConfigRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ExadataIormConfig.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ExadataIormConfig.LifecycleState |
ExadataIormConfig.LifecycleState.create(String key) |
ExadataIormConfig.LifecycleState |
ExadataIormConfig.getLifecycleState()
The current state of IORM configuration for the Exadata DB system.
|
static ExadataIormConfig.LifecycleState |
ExadataIormConfig.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadataIormConfig.LifecycleState[] |
ExadataIormConfig.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExadataIormConfig.Builder |
ExadataIormConfig.Builder.lifecycleState(ExadataIormConfig.LifecycleState lifecycleState)
The current state of IORM configuration for the Exadata DB system.
|
Constructor and Description |
---|
ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState,
String lifecycleDetails,
ExadataIormConfig.Objective objective,
List<DbIormConfig> dbPlans)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.