Skip to main content

network_policies_external_addresses

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

Overview

Namenetwork_policies_external_addresses
TypeResource
Idgoogle.vmwareengine.network_policies_external_addresses

Fields

NameDatatypeDescription
externalAddressesarrayA list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
nextPageTokenstringA token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Methods

NameAccessible byRequired ParamsDescription
fetch_external_addressesSELECTlocationsId, networkPoliciesId, projectsIdLists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

SELECT examples

Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

SELECT
externalAddresses,
nextPageToken
FROM google.vmwareengine.network_policies_external_addresses
WHERE locationsId = '{{ locationsId }}'
AND networkPoliciesId = '{{ networkPoliciesId }}'
AND projectsId = '{{ projectsId }}';