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