Subnetworks¶
Provider: Google Cloud
Service ID: gcp_subnets
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_subnets',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'subnet_id', 'ip_cidr_range', 'region', 'network']
});
</script>
<div data-sd-service="gcp_subnets" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'subnet_id', 'ip_cidr_range', 'region', 'network', 'purpose', 'private_ip_google_access']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Name | text |
From API field: name |
subnet_id |
Subnet ID | text |
From API field: id |
ip_cidr_range |
IP CIDR Range | text |
From API field: ip_cidr_range |
region |
Region | gcp_resource_name |
From API field: region |
network |
Network | gcp_resource_name |
From API field: network |
purpose |
Purpose | text |
From API field: purpose |
private_ip_google_access |
Private Google Access | boolean |
From API field: private_ip_google_access |
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