toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
SplitTunnelTunnelArgs
Split
Tunnel
Tunnel
Args
data
class
SplitTunnelTunnelArgs
(
val
address
:
Output
<
String
>
?
=
null
,
val
description
:
Output
<
String
>
?
=
null
,
val
host
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SplitTunnelTunnelArgs
>
Members
Constructors
Split
Tunnel
Tunnel
Args
Link copied to clipboard
constructor
(
address
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
host
:
Output
<
String
>
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
Output
<
String
>
?
=
null
The address for the tunnel.
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
A description for the tunnel.
host
Link copied to clipboard
val
host
:
Output
<
String
>
?
=
null
The domain name for the tunnel.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SplitTunnelTunnelArgs