network_policies_external_addresses
Creates, updates, deletes, gets or lists a network_policies_external_addresses
resource.
Overview
Name | network_policies_external_addresses |
Type | Resource |
Id | google.vmwareengine.network_policies_external_addresses |
Fields
Name | Datatype | Description |
---|---|---|
externalAddresses | array | A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy. |
nextPageToken | string | A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_external_addresses | SELECT | locationsId, networkPoliciesId, projectsId | Lists 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 }}';