Uses of Class
com.oracle.bmc.goldengate.model.OracleConnection.SessionMode
-
Packages that use OracleConnection.SessionMode Package Description com.oracle.bmc.goldengate.model -
-
Uses of OracleConnection.SessionMode in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OracleConnection.SessionMode Modifier and Type Method Description static OracleConnection.SessionMode
OracleConnection.SessionMode. create(String key)
OracleConnection.SessionMode
CreateOracleConnectionDetails. getSessionMode()
The mode of the database connection session to be established by the data client.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
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.Methods in com.oracle.bmc.goldengate.model with parameters of type OracleConnection.SessionMode Modifier and Type Method Description CreateOracleConnectionDetails.Builder
CreateOracleConnectionDetails.Builder. sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.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.UpdateOracleConnectionDetails.Builder
UpdateOracleConnectionDetails.Builder. sessionMode(OracleConnection.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.Constructors in com.oracle.bmc.goldengate.model with parameters of type OracleConnection.SessionMode Constructor 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, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String password, String passwordSecretId, String connectionString, OracleConnection.AuthenticationMode authenticationMode, String wallet, String walletSecretId, 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, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String connectionString, OracleConnection.AuthenticationMode authenticationMode, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId, String passwordSecretId, String walletSecretId)
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, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String connectionString, OracleConnection.AuthenticationMode authenticationMode, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId, String passwordSecretId, String walletSecretId)
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, Boolean doesUseSecretIds, String username, String password, String passwordSecretId, String connectionString, OracleConnection.AuthenticationMode authenticationMode, String wallet, String walletSecretId, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId)
Deprecated.
-