VPC Networks¶
Provider: Google Cloud
Service ID: gcp_vpc_networks
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_vpc_networks',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'network_id', 'auto_create_subnetworks', 'routing_mode', 'mtu']
});
</script>
<div data-sd-service="gcp_vpc_networks" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'network_id', 'auto_create_subnetworks', 'routing_mode', 'mtu', 'description']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Name | text |
From API field: name |
network_id |
Network ID | text |
From API field: id |
auto_create_subnetworks |
Auto Create Subnets | boolean |
From API field: auto_create_subnetworks |
routing_mode |
Routing Mode | text |
From API field: routing_config.routing_mode |
mtu |
MTU | text |
From API field: mtu |
description |
Description | text |
From API field: description |
creation_time |
Creation Time | datetime |
From API field: creation_timestamp |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name