toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpn.kotlin.inputs
/
IpsecServerIkeConfigArgs
/
IpsecServerIkeConfigArgs
Ipsec
Server
Ike
Config
Args
constructor
(
ikeAuthAlg
:
Output
<
String
>
?
=
null
,
ikeEncAlg
:
Output
<
String
>
?
=
null
,
ikeLifetime
:
Output
<
Int
>
?
=
null
,
ikeMode
:
Output
<
String
>
?
=
null
,
ikePfs
:
Output
<
String
>
?
=
null
,
ikeVersion
:
Output
<
String
>
?
=
null
,
localId
:
Output
<
String
>
?
=
null
,
remoteId
:
Output
<
String
>
?
=
null
)