---
title: VPN Gateway
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > VPN Gateway
---

# VPN Gateway

Azure VPN Gateway is a managed network resource that provides secure, encrypted communication between Azure virtual networks or between Azure and on-premises environments. It supports site-to-site, point-to-site, and VNet-to-VNet connections, enabling hybrid connectivity and remote access.

```
azure.network_vpn_gateway
```

## Fields

| Title                                | ID   | Type       | Data Type                                                                         | Description |
| ------------------------------------ | ---- | ---------- | --------------------------------------------------------------------------------- | ----------- |
| _key                                 | core | string     |
| bgp_settings                         | core | json       | BGP settings details.                                                             |
| connections                          | core | json       | List of all vpn connections to the gateway.                                       |
| enable_bgp_route_translation_for_nat | core | bool       | Enable BGP routes translation for NAT on this VpnGateway.                         |
| etag                                 | core | string     | A unique read-only string that changes whenever the resource is updated.          |
| id                                   | core | string     | Resource ID.                                                                      |
| ip_configurations                    | core | json       | List of all IPs configured on the gateway.                                        |
| is_routing_preference_internet       | core | bool       | Enable Routing Preference property for the Public IP Interface of the VpnGateway. |
| location                             | core | string     | Resource location.                                                                |
| name                                 | core | string     | Resource name.                                                                    |
| nat_rules                            | core | json       | List of all the nat Rules associated with the gateway.                            |
| provisioning_state                   | core | string     | The current provisioning state.                                                   |
| resource_group                       | core | string     |
| subscription_id                      | core | string     |
| subscription_name                    | core | string     |
| tags                                 | core | hstore_csv |
| type                                 | core | string     | Resource type.                                                                    |
| virtual_hub                          | core | json       | Reference to another subresource.                                                 |
| vpn_gateway_scale_unit               | core | int64      | The scale unit for this vpn gateway.                                              |
