Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDbSystemDiscovery.LifecycleState |
ExternalDbSystemDiscovery.LifecycleState.create(String key) |
ExternalDbSystemDiscovery.LifecycleState |
ExternalDbSystemDiscovery.getLifecycleState()
The current lifecycle state of the external DB system discovery resource.
|
ExternalDbSystemDiscovery.LifecycleState |
ExternalDbSystemDiscoverySummary.getLifecycleState()
The current lifecycle state of the external DB system discovery resource.
|
static ExternalDbSystemDiscovery.LifecycleState |
ExternalDbSystemDiscovery.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbSystemDiscovery.LifecycleState[] |
ExternalDbSystemDiscovery.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemDiscovery.Builder |
ExternalDbSystemDiscovery.Builder.lifecycleState(ExternalDbSystemDiscovery.LifecycleState lifecycleState)
The current lifecycle state of the external DB system discovery resource.
|
ExternalDbSystemDiscoverySummary.Builder |
ExternalDbSystemDiscoverySummary.Builder.lifecycleState(ExternalDbSystemDiscovery.LifecycleState lifecycleState)
The current lifecycle state of the external DB system discovery resource.
|
Constructor and Description |
---|
ExternalDbSystemDiscovery(String id,
String displayName,
String compartmentId,
String agentId,
String gridHome,
List<DiscoveredExternalDbSystemComponent> discoveredComponents,
String resourceId,
ExternalDbSystemDiscovery.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.
|
ExternalDbSystemDiscoverySummary(String id,
String displayName,
String compartmentId,
String agentId,
ExternalDbSystemDiscovery.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.