pulumi-cloudflare-kotlin
4.16.0.1
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
)
Types
Constructors
Properties
Constructors
Split
Tunnel
Tunnel
Link copied to clipboard
fun
SplitTunnelTunnel
(
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.