Class MysqlProfile (0.1.3)

MysqlProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MySQL database profile. .. attribute:: hostname

Required. Hostname for the MySQL connection.

:type: str

Attributes

NameDescription
port int
Port for the MySQL connection, default value is 3306.
username str
Required. Username for the MySQL connection.
password str
Required. Input only. Password for the MySQL connection.
ssl_config google.cloud.datastream_v1alpha1.types.MysqlSslConfig
SSL configuration for the MySQL connection.