Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.create(String key) |
DatabaseType |
SqlMonitorConfiguration.getDatabaseType()
Database type.
|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlMonitorConfiguration.Builder |
SqlMonitorConfiguration.Builder.databaseType(DatabaseType databaseType)
Database type.
|
Constructor and Description |
---|
SqlMonitorConfiguration(Boolean isFailureRetried,
DnsConfiguration dnsConfiguration,
DatabaseType databaseType,
String query,
BasicAuthenticationDetails databaseAuthenticationDetails,
String databaseRole,
DatabaseConnectionType databaseConnectionType,
String connectionString,
DatabaseWalletDetails databaseWalletDetails)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.