google::global-address¶
Query for global addresses.
Example find the global address filtering on name equal to ‘global-address-test-1’.¶
addresses: $(external-query google::global-address { filter: 'name = "global-address-test-1"' })
Attributes¶
Attribute | Description |
---|---|
filter | A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. |