Skip to main content

static_ips

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

Overview

Namestatic_ips
TypeResource
Idgoogle.datamigration.static_ips

Fields

NameDatatypeDescription
nextPageTokenstringA token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
staticIpsarrayList of static IPs.

Methods

NameAccessible byRequired ParamsDescription
fetch_static_ipsSELECTlocationsId, projectsIdFetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.

SELECT examples

Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.

SELECT
nextPageToken,
staticIps
FROM google.datamigration.static_ips
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';