Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbHomeFromAgentResourceId.LifecycleState |
DbHomeFromAgentResourceId.LifecycleState.create(String key) |
DbHomeFromAgentResourceId.LifecycleState |
DbHomeFromAgentResourceId.getLifecycleState()
The current state of the Database Home.
|
static DbHomeFromAgentResourceId.LifecycleState |
DbHomeFromAgentResourceId.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbHomeFromAgentResourceId.LifecycleState[] |
DbHomeFromAgentResourceId.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbHomeFromAgentResourceId.Builder |
DbHomeFromAgentResourceId.Builder.lifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState)
The current state of the Database Home.
|
Constructor and Description |
---|
DbHomeFromAgentResourceId(String id,
String compartmentId,
String displayName,
String lastPatchHistoryEntryId,
DbHomeFromAgentResourceId.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.
|
Copyright © 2016–2024. All rights reserved.