pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpn.kotlin
/
SslVpnServerArgs
/
SslVpnServerArgs
Ssl
Vpn
Server
Args
fun
SslVpnServerArgs
(
cipher
:
Output
<
String
>
?
=
null
,
clientIpPool
:
Output
<
String
>
?
=
null
,
compress
:
Output
<
Boolean
>
?
=
null
,
localSubnet
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Int
>
?
=
null
,
protocol
:
Output
<
String
>
?
=
null
,
vpnGatewayId
:
Output
<
String
>
?
=
null
)