VirtualNetworkGatewayVpnClientConfigurationRadiusServerArgs

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

Constructors

Functions

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

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. Possible values are between 1 and 30.

Link copied to clipboard
val secret: Output<String>

The secret that is used to communicate with the Radius Server.