VpnServerConfigurationPropertiesArgs

data class VpnServerConfigurationPropertiesArgs(val aadAuthenticationParameters: Output<AadAuthenticationParametersArgs>? = null, val configurationPolicyGroups: Output<List<VpnServerConfigurationPolicyGroupArgs>>? = null, val name: Output<String>? = null, val radiusClientRootCertificates: Output<List<VpnServerConfigRadiusClientRootCertificateArgs>>? = null, val radiusServerAddress: Output<String>? = null, val radiusServerRootCertificates: Output<List<VpnServerConfigRadiusServerRootCertificateArgs>>? = null, val radiusServerSecret: Output<String>? = null, val radiusServers: Output<List<RadiusServerArgs>>? = null, val vpnAuthenticationTypes: Output<List<Either<String, VpnAuthenticationType>>>? = null, val vpnClientIpsecPolicies: Output<List<IpsecPolicyArgs>>? = null, val vpnClientRevokedCertificates: Output<List<VpnServerConfigVpnClientRevokedCertificateArgs>>? = null, val vpnClientRootCertificates: Output<List<VpnServerConfigVpnClientRootCertificateArgs>>? = null, val vpnProtocols: Output<List<Either<String, VpnGatewayTunnelingProtocol>>>? = null) : ConvertibleToJava<VpnServerConfigurationPropertiesArgs>

Parameters for VpnServerConfiguration.

Constructors

Link copied to clipboard
constructor(aadAuthenticationParameters: Output<AadAuthenticationParametersArgs>? = null, configurationPolicyGroups: Output<List<VpnServerConfigurationPolicyGroupArgs>>? = null, name: Output<String>? = null, radiusClientRootCertificates: Output<List<VpnServerConfigRadiusClientRootCertificateArgs>>? = null, radiusServerAddress: Output<String>? = null, radiusServerRootCertificates: Output<List<VpnServerConfigRadiusServerRootCertificateArgs>>? = null, radiusServerSecret: Output<String>? = null, radiusServers: Output<List<RadiusServerArgs>>? = null, vpnAuthenticationTypes: Output<List<Either<String, VpnAuthenticationType>>>? = null, vpnClientIpsecPolicies: Output<List<IpsecPolicyArgs>>? = null, vpnClientRevokedCertificates: Output<List<VpnServerConfigVpnClientRevokedCertificateArgs>>? = null, vpnClientRootCertificates: Output<List<VpnServerConfigVpnClientRootCertificateArgs>>? = null, vpnProtocols: Output<List<Either<String, VpnGatewayTunnelingProtocol>>>? = null)

Properties

Link copied to clipboard

The set of aad vpn authentication parameters.

Link copied to clipboard

List of all VpnServerConfigurationPolicyGroups.

Link copied to clipboard
val name: Output<String>? = null

The name of the VpnServerConfiguration that is unique within a resource group.

Link copied to clipboard

Radius client root certificate of VpnServerConfiguration.

Link copied to clipboard
val radiusServerAddress: Output<String>? = null

The radius server address property of the VpnServerConfiguration resource for point to site client connection.

Link copied to clipboard

Radius Server root certificate of VpnServerConfiguration.

Link copied to clipboard
val radiusServers: Output<List<RadiusServerArgs>>? = null

Multiple Radius Server configuration for VpnServerConfiguration.

Link copied to clipboard
val radiusServerSecret: Output<String>? = null

The radius secret property of the VpnServerConfiguration resource for point to site client connection.

Link copied to clipboard

VPN authentication types for the VpnServerConfiguration.

Link copied to clipboard

VpnClientIpsecPolicies for VpnServerConfiguration.

Link copied to clipboard

VPN client revoked certificate of VpnServerConfiguration.

Link copied to clipboard

VPN client root certificate of VpnServerConfiguration.

Link copied to clipboard
val vpnProtocols: Output<List<Either<String, VpnGatewayTunnelingProtocol>>>? = null

VPN protocols for the VpnServerConfiguration.

Functions

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