Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConsoleConnectionRequest,GetConsoleConnectionResponse> |
DatabaseWaiters.forConsoleConnection(GetConsoleConnectionRequest request,
ConsoleConnection.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConsoleConnectionRequest,GetConsoleConnectionResponse> |
DatabaseWaiters.forConsoleConnection(GetConsoleConnectionRequest request,
ConsoleConnection.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConsoleConnectionRequest,GetConsoleConnectionResponse> |
DatabaseWaiters.forConsoleConnection(GetConsoleConnectionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ConsoleConnection.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ConsoleConnection.LifecycleState |
ConsoleConnection.LifecycleState.create(String key) |
ConsoleConnection.LifecycleState |
ConsoleConnection.getLifecycleState()
The current state of the console connection.
|
static ConsoleConnection.LifecycleState |
ConsoleConnection.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleConnection.LifecycleState[] |
ConsoleConnection.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsoleConnection.Builder |
ConsoleConnection.Builder.lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.
|
Constructor and Description |
---|
ConsoleConnection(String id,
String compartmentId,
String dbNodeId,
String connectionString,
String fingerprint,
String serviceHostKeyFingerprint,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String lifecycleDetails,
ConsoleConnection.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.