Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static OracleConnection.SessionMode |
OracleConnection.SessionMode.create(String key) |
OracleConnection.SessionMode |
OracleConnection.getSessionMode()
The mode of the database connection session to be established by the data client.
|
OracleConnection.SessionMode |
OracleConnectionSummary.getSessionMode()
The mode of the database connection session to be established by the data client.
|
OracleConnection.SessionMode |
CreateOracleConnectionDetails.getSessionMode()
The mode of the database connection session to be established by the data client.
|
OracleConnection.SessionMode |
UpdateOracleConnectionDetails.getSessionMode()
The mode of the database connection session to be established by the data client.
|
static OracleConnection.SessionMode |
OracleConnection.SessionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleConnection.SessionMode[] |
OracleConnection.SessionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OracleConnection.Builder |
OracleConnection.Builder.sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
OracleConnectionSummary.Builder |
OracleConnectionSummary.Builder.sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
CreateOracleConnectionDetails.Builder |
CreateOracleConnectionDetails.Builder.sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
UpdateOracleConnectionDetails.Builder |
UpdateOracleConnectionDetails.Builder.sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
Constructor and Description |
---|
CreateOracleConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
OracleConnection.TechnologyType technologyType,
String username,
String password,
String connectionString,
OracleConnection.AuthenticationMode authenticationMode,
String wallet,
OracleConnection.SessionMode sessionMode,
String privateIp,
String databaseId)
Deprecated.
|
OracleConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<ResourceLock> locks,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
OracleConnection.TechnologyType technologyType,
String username,
String connectionString,
OracleConnection.AuthenticationMode authenticationMode,
OracleConnection.SessionMode sessionMode,
String privateIp,
String databaseId)
Deprecated.
|
OracleConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
OracleConnection.TechnologyType technologyType,
String username,
String connectionString,
OracleConnection.AuthenticationMode authenticationMode,
OracleConnection.SessionMode sessionMode,
String privateIp,
String databaseId)
Deprecated.
|
UpdateOracleConnectionDetails(String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
String username,
String password,
String connectionString,
OracleConnection.AuthenticationMode authenticationMode,
String wallet,
OracleConnection.SessionMode sessionMode,
String privateIp,
String databaseId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.