GetVirtualNetworkGatewayResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is this an Active-Active Gateway?

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

Will BGP (Border Gateway Protocol) will be enabled for this Virtual Network Gateway.

Link copied to clipboard

The Generation of the Virtual Network Gateway.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

One or two ip_configuration blocks documented below.

Link copied to clipboard

The location/region where the Virtual Network Gateway is located.

Link copied to clipboard

The user-defined name of the root certificate.

Link copied to clipboard

Whether a private IP will be used for this gateway for connections.

Link copied to clipboard
Link copied to clipboard
val sku: String

Configuration of the size and capacity of the Virtual Network Gateway.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The type of the Virtual Network Gateway.

Link copied to clipboard

A vpn_client_configuration block which is documented below.

Link copied to clipboard

The routing type of the Virtual Network Gateway.