Skip to main content

static_ips

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

Overview

Namestatic_ips
TypeResource
Idgoogle.datastream.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 by account

Methods

NameAccessible byRequired ParamsDescription
fetch_static_ipsSELECTlocationsId, projectsIdThe 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 }}';