Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
DbServer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
DbServer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbServer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DbServer.LifecycleState |
DbServer.LifecycleState.create(String key) |
DbServer.LifecycleState |
DbServer.getLifecycleState()
The current state of the Db server.
|
static DbServer.LifecycleState |
DbServer.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbServer.LifecycleState[] |
DbServer.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbServer.Builder |
DbServer.Builder.lifecycleState(DbServer.LifecycleState lifecycleState)
The current state of the Db server.
|
Constructor and Description |
---|
DbServer(String id,
String displayName,
String compartmentId,
String exadataInfrastructureId,
Integer cpuCoreCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
List<String> vmClusterIds,
List<String> autonomousVmClusterIds,
List<String> autonomousVirtualMachineIds,
List<String> dbNodeIds,
String shape,
DbServer.LifecycleState lifecycleState,
String lifecycleDetails,
Integer maxCpuCount,
Integer maxMemoryInGBs,
Integer maxDbNodeStorageInGBs,
Date timeCreated,
DbServerPatchingDetails dbServerPatchingDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.