Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbHomeRequest,GetDbHomeResponse> |
DatabaseWaiters.forDbHome(GetDbHomeRequest request,
DbHome.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetDbHomeRequest,GetDbHomeResponse> |
DatabaseWaiters.forDbHome(GetDbHomeRequest request,
DbHome.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbHomeRequest,GetDbHomeResponse> |
DatabaseWaiters.forDbHome(GetDbHomeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbHome.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DbHome.LifecycleState |
DbHome.LifecycleState.create(String key) |
DbHome.LifecycleState |
DbHome.getLifecycleState()
The current state of the database home.
|
static DbHome.LifecycleState |
DbHome.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbHome.LifecycleState[] |
DbHome.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbHome.Builder |
DbHome.Builder.lifecycleState(DbHome.LifecycleState lifecycleState) |
Constructor and Description |
---|
DbHome(String id,
String compartmentId,
String displayName,
String lastPatchHistoryEntryId,
DbHome.LifecycleState lifecycleState,
String dbSystemId,
String dbVersion,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.