MysqlProfileResponse

data class MysqlProfileResponse(val hostname: String, val password: String, val port: Int, val sslConfig: MysqlSslConfigResponse, val username: String)

MySQL database profile.

Constructors

Link copied to clipboard
fun MysqlProfileResponse(hostname: String, password: String, port: Int, sslConfig: MysqlSslConfigResponse, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname for the MySQL connection.

Link copied to clipboard

Input only. Password for the MySQL connection.

Link copied to clipboard
val port: Int

Port for the MySQL connection, default value is 3306.

Link copied to clipboard

SSL configuration for the MySQL connection.

Link copied to clipboard

Username for the MySQL connection.