My Sql Connection Profile Response
data class MySqlConnectionProfileResponse(val cloudSqlId: String, val host: String, val password: String, val passwordSet: Boolean, val port: Int, val ssl: SslConfigResponse, val username: String)
Specifies connection parameters required specifically for MySQL databases.
Properties
Link copied to clipboard
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Link copied to clipboard
Indicates If this connection profile password is stored.
Link copied to clipboard
SSL configuration for the destination to connect to the source database.