Class CreateChannelSourceFromMysqlDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.mysql.model.CreateChannelSourceDetails
-
- com.oracle.bmc.mysql.model.CreateChannelSourceFromMysqlDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class CreateChannelSourceFromMysqlDetails extends CreateChannelSourceDetails
Parameters detailing how to provision the source endpoint that is a MySQL Server.Typically a MySQL Server that is not managed by the MySQL Database Service.
Note: Objects should always be created or deserialized using theCreateChannelSourceFromMysqlDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateChannelSourceFromMysqlDetails.Builder
, which maintain a set of all explicitly set fields calledCreateChannelSourceFromMysqlDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateChannelSourceFromMysqlDetails.Builder
-
Constructor Summary
Constructors Constructor Description CreateChannelSourceFromMysqlDetails(String hostname, Integer port, String username, String password, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateChannelSourceFromMysqlDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
AnonymousTransactionsHandling
getAnonymousTransactionsHandling()
String
getHostname()
The network address of the MySQL instance.String
getPassword()
The password for the replication user.Integer
getPort()
The port the source MySQL instance listens on.CaCertificate
getSslCaCertificate()
ChannelSourceMysql.SslMode
getSslMode()
The SSL mode of the Channel.String
getUsername()
The name of the replication user on the source MySQL instance.int
hashCode()
CreateChannelSourceFromMysqlDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CreateChannelSourceFromMysqlDetails
@Deprecated public CreateChannelSourceFromMysqlDetails(String hostname, Integer port, String username, String password, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
-
-
Method Detail
-
builder
public static CreateChannelSourceFromMysqlDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateChannelSourceFromMysqlDetails.Builder toBuilder()
-
getHostname
public String getHostname()
The network address of the MySQL instance.- Returns:
- the value
-
getPort
public Integer getPort()
The port the source MySQL instance listens on.- Returns:
- the value
-
getUsername
public String getUsername()
The name of the replication user on the source MySQL instance.The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
- Returns:
- the value
-
getPassword
public String getPassword()
The password for the replication user.The password must be between 8 and 32 characters long, and must contain at least 1 numeric character, 1 lowercase character, 1 uppercase character, and 1 special (nonalphanumeric) character.
- Returns:
- the value
-
getSslMode
public ChannelSourceMysql.SslMode getSslMode()
The SSL mode of the Channel.- Returns:
- the value
-
getSslCaCertificate
public CaCertificate getSslCaCertificate()
-
getAnonymousTransactionsHandling
public AnonymousTransactionsHandling getAnonymousTransactionsHandling()
-
toString
public String toString()
- Overrides:
toString
in classCreateChannelSourceDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classCreateChannelSourceDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCreateChannelSourceDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCreateChannelSourceDetails
-
-