Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDbSystem.LifecycleState |
ExternalDbSystem.LifecycleState.create(String key) |
ExternalDbSystem.LifecycleState |
ExternalDbSystem.getLifecycleState()
The current lifecycle state of the external DB system resource.
|
ExternalDbSystem.LifecycleState |
ExternalDbSystemSummary.getLifecycleState()
The current lifecycle state of the external DB system resource.
|
static ExternalDbSystem.LifecycleState |
ExternalDbSystem.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbSystem.LifecycleState[] |
ExternalDbSystem.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbSystem.Builder |
ExternalDbSystem.Builder.lifecycleState(ExternalDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the external DB system resource.
|
ExternalDbSystemSummary.Builder |
ExternalDbSystemSummary.Builder.lifecycleState(ExternalDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the external DB system resource.
|
Constructor and Description |
---|
ExternalDbSystem(String id,
String displayName,
String compartmentId,
String dbSystemDiscoveryId,
String discoveryAgentId,
Boolean isCluster,
String homeDirectory,
ExternalDbSystemDatabaseManagementConfigDetails databaseManagementConfig,
ExternalDbSystemStackMonitoringConfigDetails stackMonitoringConfig,
ExternalDbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExternalDbSystemSummary(String id,
String displayName,
String compartmentId,
String homeDirectory,
ExternalDbSystemDatabaseManagementConfigDetails databaseManagementConfig,
ExternalDbSystem.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.