Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ConsoleConnectionSummary.LifecycleState |
ConsoleConnectionSummary.LifecycleState.create(String key) |
ConsoleConnectionSummary.LifecycleState |
ConsoleConnectionSummary.getLifecycleState()
The current state of the console connection.
|
static ConsoleConnectionSummary.LifecycleState |
ConsoleConnectionSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleConnectionSummary.LifecycleState[] |
ConsoleConnectionSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsoleConnectionSummary.Builder |
ConsoleConnectionSummary.Builder.lifecycleState(ConsoleConnectionSummary.LifecycleState lifecycleState)
The current state of the console connection.
|
Constructor and Description |
---|
ConsoleConnectionSummary(String id,
String compartmentId,
String dbNodeId,
String connectionString,
String fingerprint,
String serviceHostKeyFingerprint,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String lifecycleDetails,
ConsoleConnectionSummary.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.