public sealed class MysqlProfile : IMessage<MysqlProfile>, IEquatable<MysqlProfile>, IDeepCloneable<MysqlProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class MysqlProfile.
MySQL database profile.
Implements
IMessage<MysqlProfile>, IEquatable<MysqlProfile>, IDeepCloneable<MysqlProfile>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
MysqlProfile()
public MysqlProfile()
MysqlProfile(MysqlProfile)
public MysqlProfile(MysqlProfile other)
Parameter | |
---|---|
Name | Description |
other | MysqlProfile |
Properties
Hostname
public string Hostname { get; set; }
Required. Hostname for the MySQL connection.
Property Value | |
---|---|
Type | Description |
String |
Password
public string Password { get; set; }
Required. Input only. Password for the MySQL connection.
Property Value | |
---|---|
Type | Description |
String |
Port
public int Port { get; set; }
Port for the MySQL connection, default value is 3306.
Property Value | |
---|---|
Type | Description |
Int32 |
SslConfig
public MysqlSslConfig SslConfig { get; set; }
SSL configuration for the MySQL connection.
Property Value | |
---|---|
Type | Description |
MysqlSslConfig |
Username
public string Username { get; set; }
Required. Username for the MySQL connection.
Property Value | |
---|---|
Type | Description |
String |