DataStream v1 API - Class MysqlProfile (2.4.0)

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.

Inheritance

object > MysqlProfile

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MysqlProfile()

public MysqlProfile()

MysqlProfile(MysqlProfile)

public MysqlProfile(MysqlProfile other)
Parameter
NameDescription
otherMysqlProfile

Properties

Hostname

public string Hostname { get; set; }

Required. Hostname for the MySQL connection.

Property Value
TypeDescription
string

Password

public string Password { get; set; }

Required. Input only. Password for the MySQL connection.

Property Value
TypeDescription
string

Port

public int Port { get; set; }

Port for the MySQL connection, default value is 3306.

Property Value
TypeDescription
int

SslConfig

public MysqlSslConfig SslConfig { get; set; }

SSL configuration for the MySQL connection.

Property Value
TypeDescription
MysqlSslConfig

Username

public string Username { get; set; }

Required. Username for the MySQL connection.

Property Value
TypeDescription
string