toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin
/
VpnServerConfigurationArgsBuilder
/
vpnProtocols
vpn
Protocols
@
JvmName
(
name
=
"gkxnvlfywtqkhtde"
)
suspend
fun
vpnProtocols
(
value
:
Output
<
List
<
Either
<
String
,
VpnGatewayTunnelingProtocol
>
>
>
)
@
JvmName
(
name
=
"eeqrtyfuwnrgubqb"
)
suspend
fun
vpnProtocols
(
value
:
List
<
Either
<
String
,
VpnGatewayTunnelingProtocol
>
>
?
)
Parameters
value
VPN protocols for the VpnServerConfiguration.
@
JvmName
(
name
=
"dcobqgpsmuguljlm"
)
suspend
fun
vpnProtocols
(
vararg
values
:
Output
<
Either
<
String
,
VpnGatewayTunnelingProtocol
>
>
)
@
JvmName
(
name
=
"fblchxmtytohumhk"
)
suspend
fun
vpnProtocols
(
values
:
List
<
Output
<
Either
<
String
,
VpnGatewayTunnelingProtocol
>
>
>
)
@
JvmName
(
name
=
"invilfrkvcnqmeqp"
)
suspend
fun
vpnProtocols
(
vararg
values
:
Either
<
String
,
VpnGatewayTunnelingProtocol
>
)
Parameters
values
VPN protocols for the VpnServerConfiguration.