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
constructor(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)
Properties
Link copied to clipboard
Is this an Active-Active Gateway?
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
The Generation of the Virtual Network Gateway.
Link copied to clipboard
One or two ip_configuration
blocks documented below.
Link copied to clipboard
Whether a private IP will be used for this gateway for connections.
Link copied to clipboard
Link copied to clipboard
A vpn_client_configuration
block which is documented below.