Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-base
/
io.airbyte.cdk.ssh
/
MicronautPropertiesFriendlySshTunnelMethodConfigurationSpecification
Micronaut
Properties
Friendly
Ssh
Tunnel
Method
Configuration
Specification
@
ConfigurationProperties
(
value
=
"airbyte.connector.config.tunnel_method"
)
class
MicronautPropertiesFriendlySshTunnelMethodConfigurationSpecification
Members
Constructors
Micronaut
Properties
Friendly
Ssh
Tunnel
Method
Configuration
Specification
Link copied to clipboard
constructor
(
)
Properties
ssh
Key
Link copied to clipboard
var
sshKey
:
String
?
tunnel
Host
Link copied to clipboard
var
tunnelHost
:
String
?
tunnel
Method
Link copied to clipboard
var
tunnelMethod
:
String
tunnel
Port
Link copied to clipboard
var
tunnelPort
:
Int
tunnel
User
Link copied to clipboard
var
tunnelUser
:
String
?
tunnel
User
Password
Link copied to clipboard
var
tunnelUserPassword
:
String
?
Functions
as
Ssh
Tunnel
Method
Link copied to clipboard
fun
asSshTunnelMethod
(
)
:
SshTunnelMethodConfiguration