pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpn.kotlin.outputs
/
GatewayVpnAttachmentIkeConfig
/
GatewayVpnAttachmentIkeConfig
Gateway
Vpn
Attachment
Ike
Config
fun
GatewayVpnAttachmentIkeConfig
(
ikeAuthAlg
:
String
?
=
null
,
ikeEncAlg
:
String
?
=
null
,
ikeLifetime
:
Int
?
=
null
,
ikeMode
:
String
?
=
null
,
ikePfs
:
String
?
=
null
,
ikeVersion
:
String
?
=
null
,
localId
:
String
?
=
null
,
psk
:
String
?
=
null
,
remoteId
:
String
?
=
null
)