static_ips
Creates, updates, deletes, gets or lists a static_ips
resource.
Overview
Name | static_ips |
Type | Resource |
Id | google.datamigration.static_ips |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. |
staticIps | array | List of static IPs. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_static_ips | SELECT | locationsId, projectsId | Fetches 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 }}';