Interface protos.google.cloud.datastream.v1.IMysqlProfile (3.1.0)

Properties of a MysqlProfile.

Package

@google-cloud/datastream

Properties

hostname

hostname?: (string|null);

MysqlProfile hostname

password

password?: (string|null);

MysqlProfile password

port

port?: (number|null);

MysqlProfile port

sslConfig

sslConfig?: (google.cloud.datastream.v1.IMysqlSslConfig|null);

MysqlProfile sslConfig

username

username?: (string|null);

MysqlProfile username