public sealed class MysqlProfile : IMessage<MysqlProfile>, IEquatable<MysqlProfile>, IDeepCloneable<MysqlProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class MysqlProfile.
MySQL database profile.
Implements
IMessageMysqlProfile, IEquatableMysqlProfile, IDeepCloneableMysqlProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.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 |
int |
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 |