GetVpnGatewayResult

data class GetVpnGatewayResult(val bgpSettings: List<GetVpnGatewayBgpSetting>, val id: String, val location: String, val name: String, val resourceGroupName: String, val scaleUnit: Int, val tags: Map<String, String>, val virtualHubId: String)

A collection of values returned by getVpnGateway.

Constructors

Link copied to clipboard
constructor(bgpSettings: List<GetVpnGatewayBgpSetting>, id: String, location: String, name: String, resourceGroupName: String, scaleUnit: Int, tags: Map<String, String>, virtualHubId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A bgp_settings block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the VPN Gateway exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Scale Unit of this VPN Gateway.

Link copied to clipboard

A mapping of tags assigned to the VPN Gateway.

Link copied to clipboard

The ID of the Virtual Hub within which this VPN Gateway has been created.