ipv6_pools
Creates, updates, deletes, gets or lists an ipv6_pools
resource.
Overview
Name | ipv6_pools |
Type | Resource |
Id | linode.networking.ipv6_pools |
Fields
The following fields are returned by SELECT
queries:
- get_ipv6_pools
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_ipv6_pools | select | page , page_size | Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your Linodes in a single region. Any Linode on your Account may bring up any address in this pool at any time, with no external configuration required. Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
page | integer | The page of a collection to return. |
page_size | integer | The number of items to return per page. |
SELECT
examples
- get_ipv6_pools
Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your Linodes in a single region. Any Linode on your Account may bring up any address in this pool at any time, with no external configuration required.
Learn more...
Learn more...
SELECT
data,
page,
pages,
results
FROM linode.networking.ipv6_pools
WHERE page = '{{ page }}'
AND page_size = '{{ page_size }}';