vpnProtocols

@JvmName(name = "xkxbejsbhjuujvme")
suspend fun vpnProtocols(value: Output<List<String>>)
@JvmName(name = "osmnhxjtbkyhccor")
suspend fun vpnProtocols(value: List<String>?)

Parameters

value

A list of VPN Protocols to use for this Server Configuration. Possible values are IkeV2 and OpenVPN.


@JvmName(name = "aybvddaitwmnaqcs")
suspend fun vpnProtocols(vararg values: Output<String>)


@JvmName(name = "swewmhbvidablkui")
suspend fun vpnProtocols(values: List<Output<String>>)
@JvmName(name = "yducxwgjdxqhiayb")
suspend fun vpnProtocols(vararg values: String)

Parameters

values

A list of VPN Protocols to use for this Server Configuration. Possible values are IkeV2 and OpenVPN.