P2SVpnServerConfigurationPropertiesResponse

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

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

Link copied to clipboard
val name: String? = null

The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource group. This name can be used to access the resource along with Paren VirtualWan resource name.

Link copied to clipboard

List of references to P2SVpnGateways.

Radius client root certificate of P2SVpnServerConfiguration.

Radius Server root certificate of P2SVpnServerConfiguration.

VPN client revoked certificate of P2SVpnServerConfiguration.

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

VPN protocols for the P2SVpnServerConfiguration.