Skip to main content

networks_network_usage

Creates, updates, deletes, gets or lists a networks_network_usage resource.

Overview

Namenetworks_network_usage
TypeResource
Idgoogle.baremetalsolution.networks_network_usage

Fields

NameDatatypeDescription
networksarrayNetworks with IPs.

Methods

NameAccessible byRequired ParamsDescription
list_network_usageSELECTlocationsId, projectsIdList all Networks (and used IPs for each Network) in the vendor account associated with the specified project.

SELECT examples

List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.

SELECT
networks
FROM google.baremetalsolution.networks_network_usage
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';