P2SVpn Gateway Response
data class P2SVpnGatewayResponse(val customDnsServers: List<String>? = null, val etag: String, val id: String? = null, val isRoutingPreferenceInternet: Boolean? = null, val location: String, val name: String, val p2SConnectionConfigurations: List<P2SConnectionConfigurationResponse>? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val virtualHub: SubResourceResponse? = null, val vpnClientConnectionHealth: VpnClientConnectionHealthResponse, val vpnGatewayScaleUnit: Int? = null, val vpnServerConfiguration: SubResourceResponse? = null)
P2SVpnGateway Resource.
Constructors
Link copied to clipboard
fun P2SVpnGatewayResponse(customDnsServers: List<String>? = null, etag: String, id: String? = null, isRoutingPreferenceInternet: Boolean? = null, location: String, name: String, p2SConnectionConfigurations: List<P2SConnectionConfigurationResponse>? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, virtualHub: SubResourceResponse? = null, vpnClientConnectionHealth: VpnClientConnectionHealthResponse, vpnGatewayScaleUnit: Int? = null, vpnServerConfiguration: SubResourceResponse? = null)