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
idstringRead-only The ID representing the network transfer price. (example: network_transfer)
labelstringFilterable, Read-only The network transfer price label is for display purposes only. (example: Network Transfer)
priceobjectRead-only The default cost of this network transfer. Prices are in US dollars, broken down into hourly and monthly charges. Certain regions have different prices from the default. For region-specific prices, see region_prices.
region_pricesarray
transferintegerFilterable, Read-only The monthly outbound transfer amount, in MB.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectReturns 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
id,
label,
price,
region_prices,
transfer
FROM linode.networking.network_transfer_prices
;