GetVpnServerConfigurationResult

data class GetVpnServerConfigurationResult(val aadAuthenticationParameters: AadAuthenticationParametersResponse? = null, val etag: String, val id: String? = null, val location: String? = null, val name: String, val p2SVpnGateways: List<P2SVpnGatewayResponse>, val provisioningState: String, val radiusClientRootCertificates: List<VpnServerConfigRadiusClientRootCertificateResponse>? = null, val radiusServerAddress: String? = null, val radiusServerRootCertificates: List<VpnServerConfigRadiusServerRootCertificateResponse>? = null, val radiusServerSecret: String? = null, val radiusServers: List<RadiusServerResponse>? = null, val tags: Map<String, String>? = null, val type: String, val vpnAuthenticationTypes: List<String>? = null, val vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, val vpnClientRevokedCertificates: List<VpnServerConfigVpnClientRevokedCertificateResponse>? = null, val vpnClientRootCertificates: List<VpnServerConfigVpnClientRootCertificateResponse>? = null, val vpnProtocols: List<String>? = null)

VpnServerConfiguration Resource.

Constructors

Link copied to clipboard
constructor(aadAuthenticationParameters: AadAuthenticationParametersResponse? = null, etag: String, id: String? = null, location: String? = null, name: String, p2SVpnGateways: List<P2SVpnGatewayResponse>, provisioningState: String, radiusClientRootCertificates: List<VpnServerConfigRadiusClientRootCertificateResponse>? = null, radiusServerAddress: String? = null, radiusServerRootCertificates: List<VpnServerConfigRadiusServerRootCertificateResponse>? = null, radiusServerSecret: String? = null, radiusServers: List<RadiusServerResponse>? = null, tags: Map<String, String>? = null, type: String, vpnAuthenticationTypes: List<String>? = null, vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, vpnClientRevokedCertificates: List<VpnServerConfigVpnClientRevokedCertificateResponse>? = null, vpnClientRootCertificates: List<VpnServerConfigVpnClientRootCertificateResponse>? = null, vpnProtocols: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of aad vpn authentication parameters.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

List of references to P2SVpnGateways.

Link copied to clipboard

The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Link copied to clipboard

Radius client root certificate of VpnServerConfiguration.

Link copied to clipboard

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

Multiple Radius Server configuration for VpnServerConfiguration.

Link copied to clipboard

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

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

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: List<String>? = null

VPN protocols for the VpnServerConfiguration.