Skip to main content

network_transfer_prices

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

Overview

Namenetwork_transfer_prices
TypeResource
Idlinode.networking.network_transfer_prices

Fields

The following fields are returned by SELECT queries:

A collection of network transfer prices.

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_network_transfer_pricesselectReturns collection of network transfer prices, including any region-specific rates.

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

SELECT examples

Returns collection of network transfer prices, including any region-specific rates.

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.networking.network_transfer_prices;