Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static ConsoleHistorySummary.LifecycleState |
ConsoleHistorySummary.LifecycleState.create(String key) |
ConsoleHistorySummary.LifecycleState |
ConsoleHistorySummary.getLifecycleState()
The current state of the console history.
|
static ConsoleHistorySummary.LifecycleState |
ConsoleHistorySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleHistorySummary.LifecycleState[] |
ConsoleHistorySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsoleHistorySummary.Builder |
ConsoleHistorySummary.Builder.lifecycleState(ConsoleHistorySummary.LifecycleState lifecycleState)
The current state of the console history.
|
Constructor and Description |
---|
ConsoleHistorySummary(String id,
String compartmentId,
String dbNodeId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ConsoleHistorySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConsoleHistorySummary.LifecycleState |
ListConsoleHistoriesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListConsoleHistoriesRequest.Builder |
ListConsoleHistoriesRequest.Builder.lifecycleState(ConsoleHistorySummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.