Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseRegistration.SessionMode |
DatabaseRegistration.SessionMode.create(String key) |
DatabaseRegistration.SessionMode |
DatabaseRegistration.getSessionMode()
The mode of the database connection session to be established by the data client.
|
static DatabaseRegistration.SessionMode |
DatabaseRegistration.SessionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseRegistration.SessionMode[] |
DatabaseRegistration.SessionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseRegistration.Builder |
DatabaseRegistration.Builder.sessionMode(DatabaseRegistration.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
Constructor and Description |
---|
DatabaseRegistration(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String fqdn,
String ipAddress,
String subnetId,
String databaseId,
String rcePrivateIp,
Map<String,Map<String,Object>> systemTags,
String username,
String connectionString,
DatabaseRegistration.SessionMode sessionMode,
String aliasName,
String vaultId,
String keyId,
String secretCompartmentId,
String secretId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.