Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDbSystemConnectorSummary.ConnectorType |
ExternalDbSystemConnectorSummary.ConnectorType.create(String key) |
ExternalDbSystemConnectorSummary.ConnectorType |
ExternalDbSystemConnectorSummary.getConnectorType()
The type of connector.
|
static ExternalDbSystemConnectorSummary.ConnectorType |
ExternalDbSystemConnectorSummary.ConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbSystemConnectorSummary.ConnectorType[] |
ExternalDbSystemConnectorSummary.ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemConnectorSummary.Builder |
ExternalDbSystemConnectorSummary.Builder.connectorType(ExternalDbSystemConnectorSummary.ConnectorType connectorType)
The type of connector.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.