toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
SplitTunnelTunnel
Split
Tunnel
Tunnel
data
class
SplitTunnelTunnel
(
val
address
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
host
:
String
?
=
null
)
Members
Constructors
Split
Tunnel
Tunnel
Link copied to clipboard
constructor
(
address
:
String
?
=
null
,
description
:
String
?
=
null
,
host
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
The address for the tunnel.
description
Link copied to clipboard
val
description
:
String
?
=
null
A description for the tunnel.
host
Link copied to clipboard
val
host
:
String
?
=
null
The domain name for the tunnel.