Skip to main content

ipv6_pools

Creates, updates, deletes, gets or lists an ipv6_pools resource.

Overview

Nameipv6_pools
TypeResource
Idlinode.networking.ipv6_pools

Fields

The following fields are returned by SELECT queries:

The IPv6 pools on your Account.

NameDatatypeDescription
dataarray
pageintegerRead-only The current page.
pagesintegerRead-only The total number of pages.
resultsintegerRead-only The total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_ipv6_poolsselectpage, page_sizeDisplays 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.

NameDatatypeDescription
pageintegerThe page of a collection to return.
page_sizeintegerThe number of items to return per page.

SELECT examples

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 }}';