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

# Cloud Router

Cloud Router in Google Cloud is a fully distributed and managed service that enables dynamic routing between your Virtual Private Cloud (VPC) network and on-premises networks. It uses the Border Gateway Protocol (BGP) to automatically exchange routes, ensuring that changes in network topology are quickly reflected without manual updates. This makes hybrid and multi-cloud connectivity more scalable and resilient.

```
gcp.compute_router
```

## Fields

| Title                         | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| ----------------------------- | ---- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string        |
| ancestors                     | core | array<string> |
| bgp                           | core | json          | BGP information specific to this router.                                                                                                                                                                                                                                                                                                                                                                                                            |
| bgp_peers                     | core | json          | BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer toRFC4273.                                                                                                                                                                                                                          |
| creation_timestamp            | core | timestamp     | Output only. [Output Only] Creation timestamp inRFC3339 text format.                                                                                                                                                                                                                                                                                                                                                                                |
| datadog_display_name          | core | string        |
| description                   | core | string        | An optional description of this resource. Provide this property when you create the resource.                                                                                                                                                                                                                                                                                                                                                       |
| encrypted_interconnect_router | core | bool          | Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).                                                                                                                                                                                                                                                                                                                                               |
| id                            | core | string        | [Output Only] The unique identifier for the resource. This identifier is defined by the server.                                                                                                                                                                                                                                                                                                                                                     |
| interfaces                    | core | json          | Router interfaces. To create a BGP peer that uses a router interface, the interface must have one of the following fields specified: - linkedVpnTunnel - linkedInterconnectAttachment - subnetwork You can create a router interface without any of these fields specified. However, you cannot create a BGP peer that uses that interface.                                                                                                         |
| kind                          | core | string        | Output only. [Output Only] Type of resource. Always compute#router for routers.                                                                                                                                                                                                                                                                                                                                                                     |
| labels                        | core | array<string> |
| md5_authentication_keys       | core | json          | Keys used for MD5 authentication.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| name                          | core | string        | Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. 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. |
| nats                          | core | json          | A list of NAT services created in this router.                                                                                                                                                                                                                                                                                                                                                                                                      |
| network                       | core | string        | URI of the network to which this router belongs.                                                                                                                                                                                                                                                                                                                                                                                                    |
| organization_id               | core | string        |
| parent                        | core | string        |
| project_id                    | core | string        |
| project_number                | core | string        |
| region                        | core | string        | [Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.                                                                                                                                                                                                                                                                           |
| region_id                     | core | string        |
| resource_name                 | core | string        |
| self_link                     | core | string        | [Output Only] Server-defined URL for the resource.                                                                                                                                                                                                                                                                                                                                                                                                  |
| tags                          | core | hstore_csv    |
| zone_id                       | core | string        |
