Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 565 Bytes

File metadata and controls

25 lines (15 loc) · 565 Bytes

DestinationMysqlSSHTunnelMethod

Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

Supported Types

models.DestinationMysqlNoTunnel

value: models.DestinationMysqlNoTunnel = /* values here */

models.DestinationMysqlSSHKeyAuthentication

value: models.DestinationMysqlSSHKeyAuthentication = /* values here */

models.DestinationMysqlPasswordAuthentication

value: models.DestinationMysqlPasswordAuthentication = /* values here */