---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_compute_vpn_gateway{% #gcp_compute_vpn_gateway %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `creation_timestamp`{% #creation_timestamp %}

**Type**: `TIMESTAMP`**Provider name**: `creationTimestamp`**Description**: [Output Only] Creation timestamp in RFC3339 text format.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: An optional description of this resource. Provide this property when you create the resource.

## `gateway_ip_version`{% #gateway_ip_version %}

**Type**: `STRING`**Provider name**: `gatewayIpVersion`**Description**: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.**Possible values**:

- `IPV4` - Every HA-VPN gateway interface is configured with an IPv4 address.
- `IPV6` - Every HA-VPN gateway interface is configured with an IPv6 address.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: [Output Only] The unique identifier for the resource. This identifier is defined by the server.

## `kind`{% #kind %}

**Type**: `STRING`**Provider name**: `kind`**Description**: [Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

## `network`{% #network %}

**Type**: `STRING`**Provider name**: `network`**Description**: URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region`{% #region %}

**Type**: `STRING`**Provider name**: `region`**Description**: [Output Only] URL of the region where the VPN gateway resides.

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `self_link`{% #self_link %}

**Type**: `STRING`**Provider name**: `selfLink`**Description**: [Output Only] Server-defined URL for the resource.

## `stack_type`{% #stack_type %}

**Type**: `STRING`**Provider name**: `stackType`**Description**: The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6 if the gateway IP version is IPV6.**Possible values**:

- `IPV4_IPV6` - Enable VPN gateway with both IPv4 and IPv6 protocols.
- `IPV4_ONLY` - Enable VPN gateway with only IPv4 protocol.
- `IPV6_ONLY` - Enable VPN gateway with only IPv6 protocol.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpn_interfaces`{% #vpn_interfaces %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `vpnInterfaces`**Description**: The list of VPN interfaces associated with this VPN gateway.

- `id`**Type**: `INT32`**Provider name**: `id`**Description**: [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
- `interconnect_attachment`**Type**: `STRING`**Provider name**: `interconnectAttachment`**Description**: URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.
- `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: [Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For HA VPN over Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.
- `ipv6_address`**Type**: `STRING`**Provider name**: `ipv6Address`**Description**: [Output Only] IPv6 address for this VPN interface associated with the VPN gateway. The IPv6 address must be a regional external IPv6 address. The format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).

## `zone_id`{% #zone_id %}

**Type**: `STRING`
