Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static ChannelSourceMysql.SslMode |
ChannelSourceMysql.SslMode.create(String key) |
ChannelSourceMysql.SslMode |
UpdateChannelSourceFromMysqlDetails.getSslMode()
The SSL mode of the Channel.
|
ChannelSourceMysql.SslMode |
ChannelSourceMysql.getSslMode()
The SSL mode of the Channel.
|
ChannelSourceMysql.SslMode |
CreateChannelSourceFromMysqlDetails.getSslMode()
The SSL mode of the Channel.
|
static ChannelSourceMysql.SslMode |
ChannelSourceMysql.SslMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelSourceMysql.SslMode[] |
ChannelSourceMysql.SslMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.
|
ChannelSourceMysql.Builder |
ChannelSourceMysql.Builder.sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.
|
CreateChannelSourceFromMysqlDetails.Builder |
CreateChannelSourceFromMysqlDetails.Builder.sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.
|
Constructor and Description |
---|
ChannelSourceMysql(String hostname,
Integer port,
String username,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
CreateChannelSourceFromMysqlDetails(String hostname,
Integer port,
String username,
String password,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
UpdateChannelSourceFromMysqlDetails(String hostname,
Integer port,
String username,
String password,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.