network_transfer_prices
Creates, updates, deletes, gets or lists a network_transfer_prices resource.
Overview
| Name | network_transfer_prices |
| Type | Resource |
| Id | linode.networking.network_transfer_prices |
Fields
The following fields are returned by SELECT queries:
- get_network_transfer_prices
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_network_transfer_prices | select | Returns 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get_network_transfer_prices
Returns collection of network transfer prices, including any region-specific rates.
Learn more...
SELECT
data,
page,
pages,
results
FROM linode.networking.network_transfer_prices
;