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 the 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)
The current state of the Database Home.
|
Constructor and Description |
---|
DbHome(String id,
String compartmentId,
String displayName,
String lastPatchHistoryEntryId,
DbHome.LifecycleState lifecycleState,
String dbSystemId,
String vmClusterId,
String dbVersion,
String dbHomeLocation,
String lifecycleDetails,
Date timeCreated,
String kmsKeyId,
List<String> oneOffPatches,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String databaseSoftwareImageId,
Boolean isUnifiedAuditingEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.