static_ips
Creates, updates, deletes, gets or lists a static_ips
resource.
Overview
Name | static_ips |
Type | Resource |
Id | google.datastream.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 by account |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_static_ips | SELECT | locationsId, projectsId | The FetchStaticIps API call exposes the static IP addresses used by Datastream. |
SELECT
examples
The FetchStaticIps API call exposes the static IP addresses used by Datastream.
SELECT
nextPageToken,
staticIps
FROM google.datastream.static_ips
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';