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

# gcp_compute_network{% #gcp_compute_network %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `auto_create_subnetworks`{% #auto_create_subnetworks %}

**Type**: `BOOLEAN`**Provider name**: `autoCreateSubnetworks`**Description**: Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.

## `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 field when you create the resource.

## `enable_ula_internal_ipv6`{% #enable_ula_internal_ipv6 %}

**Type**: `BOOLEAN`**Provider name**: `enableUlaInternalIpv6`**Description**: Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .

## `firewall_policy`{% #firewall_policy %}

**Type**: `STRING`**Provider name**: `firewallPolicy`**Description**: [Output Only] URL of the firewall policy the network is associated with.

## `gateway_ipv4`{% #gateway_ipv4 %}

**Type**: `STRING`**Provider name**: `gatewayIPv4`**Description**: [Output Only] The gateway address for default routing out of the network, selected by Google Cloud.

## `id`{% #id %}

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

## `internal_ipv6_range`{% #internal_ipv6_range %}

**Type**: `STRING`**Provider name**: `internalIpv6Range`**Description**: When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. .

## `ipv4_range`{% #ipv4_range %}

**Type**: `STRING`**Provider name**: `IPv4Range`**Description**: Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.

## `kind`{% #kind %}

**Type**: `STRING`**Provider name**: `kind`**Description**: [Output Only] Type of the resource. Always compute#network for networks.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `mtu`{% #mtu %}

**Type**: `INT32`**Provider name**: `mtu`**Description**: Maximum Transmission Unit in bytes. The minimum value for this field is 1300 and the maximum value is 8896. The suggested value is 1500, which is the default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If unspecified, the value defaults to 1460.

## `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])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.

## `network_firewall_policy_enforcement_order`{% #network_firewall_policy_enforcement_order %}

**Type**: `STRING`**Provider name**: `networkFirewallPolicyEnforcementOrder`**Description**: The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.**Possible values**:

- `AFTER_CLASSIC_FIREWALL`
- `BEFORE_CLASSIC_FIREWALL`

## `network_profile`{% #network_profile %}

**Type**: `STRING`**Provider name**: `networkProfile`**Description**: A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - [https://www.googleapis.com/compute/{api_version}/projects/{project_id}/global/networkProfiles/{network_profile_name}](https://www.googleapis.com/compute/%7bapi_version%7d/projects/%7bproject_id%7d/global/networkProfiles/%7bnetwork_profile_name%7d) - projects/{project_id}/global/networkProfiles/{network_profile_name}

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `peerings`{% #peerings %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `peerings`**Description**: [Output Only] A list of network peerings for the resource.

- `auto_create_routes`**Type**: `BOOLEAN`**Provider name**: `autoCreateRoutes`**Description**: This field will be deprecated soon. Use the exchange_subnet_routes field instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
- `exchange_subnet_routes`**Type**: `BOOLEAN`**Provider name**: `exchangeSubnetRoutes`**Description**: Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
- `export_custom_routes`**Type**: `BOOLEAN`**Provider name**: `exportCustomRoutes`**Description**: Whether to export the custom routes to peer network. The default value is false.
- `export_subnet_routes_with_public_ip`**Type**: `BOOLEAN`**Provider name**: `exportSubnetRoutesWithPublicIp`**Description**: Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. IPv4 special-use ranges are always exported to peers and are not controlled by this field.
- `import_custom_routes`**Type**: `BOOLEAN`**Provider name**: `importCustomRoutes`**Description**: Whether to import the custom routes from peer network. The default value is false.
- `import_subnet_routes_with_public_ip`**Type**: `BOOLEAN`**Provider name**: `importSubnetRoutesWithPublicIp`**Description**: Whether subnet routes with public IP range are imported. The default value is false. IPv4 special-use ranges are always imported from peers and are not controlled by this field.
- `name`**Type**: `STRING`**Provider name**: `name`**Description**: Name of this peering. Provided by the client when the peering is created. The name must comply with RFC1035. Specifically, the name must be 1-63 characters long and match regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all the following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
- `network`**Type**: `STRING`**Provider name**: `network`**Description**: The URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
- `peer_mtu`**Type**: `INT32`**Provider name**: `peerMtu`**Description**: [Output Only] Maximum Transmission Unit in bytes of the peer network.
- `stack_type`**Type**: `STRING`**Provider name**: `stackType`**Description**: Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY.**Possible values**:
  - `IPV4_IPV6` - This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.
  - `IPV4_ONLY` - This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6.
- `state`**Type**: `STRING`**Provider name**: `state`**Description**: [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.**Possible values**:
  - `ACTIVE` - Matching configuration exists on the peer.
  - `INACTIVE` - There is no matching configuration on the peer, including the case when peer does not exist.
- `state_details`**Type**: `STRING`**Provider name**: `stateDetails`**Description**: [Output Only] Details about the current state of the peering.

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `routing_config`{% #routing_config %}

**Type**: `STRUCT`**Provider name**: `routingConfig`**Description**: The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.

- `bgp_always_compare_med`**Type**: `BOOLEAN`**Provider name**: `bgpAlwaysCompareMed`**Description**: Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
- `bgp_best_path_selection_mode`**Type**: `STRING`**Provider name**: `bgpBestPathSelectionMode`**Description**: The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.**Possible values**:
  - `LEGACY`
  - `STANDARD`
- `bgp_inter_region_cost`**Type**: `STRING`**Provider name**: `bgpInterRegionCost`**Description**: Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.**Possible values**:
  - `ADD_COST_TO_MED`
  - `DEFAULT`
- `effective_bgp_always_compare_med`**Type**: `BOOLEAN`**Provider name**: `effectiveBgpAlwaysCompareMed`**Description**: [Output Only] Effective value of the bgp_always_compare_med field.
- `effective_bgp_inter_region_cost`**Type**: `STRING`**Provider name**: `effectiveBgpInterRegionCost`**Description**: [Output Only] Effective value of the bgp_inter_region_cost field.**Possible values**:
  - `ADD_COST_TO_MED`
  - `DEFAULT`
- `routing_mode`**Type**: `STRING`**Provider name**: `routingMode`**Description**: The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.**Possible values**:
  - `GLOBAL`
  - `REGIONAL`

## `self_link`{% #self_link %}

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

## `self_link_with_id`{% #self_link_with_id %}

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

## `subnetworks`{% #subnetworks %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `subnetworks`**Description**: [Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
