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