VpnServerConfigurationRadiusServerArgs

data class VpnServerConfigurationRadiusServerArgs(val address: Output<String>, val score: Output<Int>, val secret: Output<String>) : ConvertibleToJava<VpnServerConfigurationRadiusServerArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>, score: Output<Int>, secret: Output<String>)

Properties

Link copied to clipboard
val address: Output<String>

The Address of the Radius Server.

Link copied to clipboard
val score: Output<Int>

The Score of the Radius Server determines the priority of the server. Ranges from 1 to 30.

Link copied to clipboard
val secret: Output<String>

The Secret used to communicate with the Radius Server.

Functions

Link copied to clipboard
open override fun toJava(): VpnServerConfigurationRadiusServerArgs