P2SVpn Server Configuration Properties Response
data class P2SVpnServerConfigurationPropertiesResponse(val etag: String? = null, val name: String? = null, val p2SVpnGateways: List<SubResourceResponse>, val p2SVpnServerConfigRadiusClientRootCertificates: List<P2SVpnServerConfigRadiusClientRootCertificateResponse>? = null, val p2SVpnServerConfigRadiusServerRootCertificates: List<P2SVpnServerConfigRadiusServerRootCertificateResponse>? = null, val p2SVpnServerConfigVpnClientRevokedCertificates: List<P2SVpnServerConfigVpnClientRevokedCertificateResponse>? = null, val p2SVpnServerConfigVpnClientRootCertificates: List<P2SVpnServerConfigVpnClientRootCertificateResponse>? = null, val provisioningState: String, val radiusServerAddress: String? = null, val radiusServerSecret: String? = null, val vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, val vpnProtocols: List<String>? = null)
Parameters for P2SVpnServerConfiguration.
Constructors
Link copied to clipboard
constructor(etag: String? = null, name: String? = null, p2SVpnGateways: List<SubResourceResponse>, p2SVpnServerConfigRadiusClientRootCertificates: List<P2SVpnServerConfigRadiusClientRootCertificateResponse>? = null, p2SVpnServerConfigRadiusServerRootCertificates: List<P2SVpnServerConfigRadiusServerRootCertificateResponse>? = null, p2SVpnServerConfigVpnClientRevokedCertificates: List<P2SVpnServerConfigVpnClientRevokedCertificateResponse>? = null, p2SVpnServerConfigVpnClientRootCertificates: List<P2SVpnServerConfigVpnClientRootCertificateResponse>? = null, provisioningState: String, radiusServerAddress: String? = null, radiusServerSecret: String? = null, vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, vpnProtocols: List<String>? = null)
Properties
Link copied to clipboard
List of references to P2SVpnGateways.
Link copied to clipboard
val p2SVpnServerConfigRadiusClientRootCertificates: List<P2SVpnServerConfigRadiusClientRootCertificateResponse>? = null
Radius client root certificate of P2SVpnServerConfiguration.
Link copied to clipboard
val p2SVpnServerConfigRadiusServerRootCertificates: List<P2SVpnServerConfigRadiusServerRootCertificateResponse>? = null
Radius Server root certificate of P2SVpnServerConfiguration.
Link copied to clipboard
val p2SVpnServerConfigVpnClientRevokedCertificates: List<P2SVpnServerConfigVpnClientRevokedCertificateResponse>? = null
VPN client revoked certificate of P2SVpnServerConfiguration.
Link copied to clipboard
val p2SVpnServerConfigVpnClientRootCertificates: List<P2SVpnServerConfigVpnClientRootCertificateResponse>? = null
VPN client root certificate of P2SVpnServerConfiguration.
Link copied to clipboard
The provisioning state of the P2S VPN server configuration resource.
Link copied to clipboard
The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection.
Link copied to clipboard
The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection.
Link copied to clipboard
VpnClientIpsecPolicies for P2SVpnServerConfiguration.
Link copied to clipboard
VPN protocols for the P2SVpnServerConfiguration.