Get Virtual Network Gateway Result
data class GetVirtualNetworkGatewayResult(val activeActive: Boolean, val bgpSettings: List<GetVirtualNetworkGatewayBgpSetting>, val customRoutes: List<GetVirtualNetworkGatewayCustomRoute>, val defaultLocalNetworkGatewayId: String, val enableBgp: Boolean, val generation: String, val id: String, val ipConfigurations: List<GetVirtualNetworkGatewayIpConfiguration>, val location: String, val name: String, val privateIpAddressEnabled: Boolean, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val type: String, val vpnClientConfigurations: List<GetVirtualNetworkGatewayVpnClientConfiguration>, val vpnType: String)
A collection of values returned by getVirtualNetworkGateway.
Constructors
Link copied to clipboard
fun GetVirtualNetworkGatewayResult(activeActive: Boolean, bgpSettings: List<GetVirtualNetworkGatewayBgpSetting>, customRoutes: List<GetVirtualNetworkGatewayCustomRoute>, defaultLocalNetworkGatewayId: String, enableBgp: Boolean, generation: String, id: String, ipConfigurations: List<GetVirtualNetworkGatewayIpConfiguration>, location: String, name: String, privateIpAddressEnabled: Boolean, resourceGroupName: String, sku: String, tags: Map<String, String>, type: String, vpnClientConfigurations: List<GetVirtualNetworkGatewayVpnClientConfiguration>, vpnType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The ID of the local network gateway through which outbound Internet traffic from the virtual network in which the gateway is created will be routed (forced tunneling). Refer to the Azure documentation on forced tunneling.
Link copied to clipboard