Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDbSystemConnector.LifecycleState |
ExternalDbSystemConnector.LifecycleState.create(String key) |
ExternalDbSystemConnector.LifecycleState |
ExternalDbSystemConnector.getLifecycleState()
The current lifecycle state of the external DB system connector.
|
ExternalDbSystemConnector.LifecycleState |
ExternalDbSystemConnectorSummary.getLifecycleState()
The current lifecycle state of the external DB system connector.
|
static ExternalDbSystemConnector.LifecycleState |
ExternalDbSystemConnector.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbSystemConnector.LifecycleState[] |
ExternalDbSystemConnector.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemMacsConnector.Builder |
ExternalDbSystemMacsConnector.Builder.lifecycleState(ExternalDbSystemConnector.LifecycleState lifecycleState) |
ExternalDbSystemConnectorSummary.Builder |
ExternalDbSystemConnectorSummary.Builder.lifecycleState(ExternalDbSystemConnector.LifecycleState lifecycleState)
The current lifecycle state of the external DB system connector.
|
Constructor and Description |
---|
ExternalDbSystemConnector(String id,
String displayName,
String compartmentId,
String externalDbSystemId,
String connectionStatus,
String connectionFailureMessage,
ExternalDbSystemConnector.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeConnectionStatusLastUpdated,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ExternalDbSystemConnectorSummary(String id,
String displayName,
ExternalDbSystemConnectorSummary.ConnectorType connectorType,
String compartmentId,
String externalDbSystemId,
String agentId,
ExternalDbSystemConnector.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.
|
ExternalDbSystemMacsConnector(String id,
String displayName,
String compartmentId,
String externalDbSystemId,
String connectionStatus,
String connectionFailureMessage,
ExternalDbSystemConnector.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeConnectionStatusLastUpdated,
Date timeCreated,
Date timeUpdated,
String agentId,
ExternalDbSystemConnectionInfo connectionInfo,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.