Get P2s Vpn Gateway Result
data class GetP2sVpnGatewayResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of all customer specified DNS servers IP addresses.
Link copied to clipboard
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
Link copied to clipboard
List of all p2s connection configurations of the gateway.
Link copied to clipboard
The provisioning state of the P2S VPN gateway resource.
Link copied to clipboard
The VirtualHub to which the gateway belongs.
Link copied to clipboard
All P2S VPN clients' connection health status.
Link copied to clipboard
The scale unit for this p2s vpn gateway.
Link copied to clipboard
The VpnServerConfiguration to which the p2sVpnGateway is attached to.