network_transfers
Creates, updates, deletes, gets or lists a network_transfers
resource.
Overview
Name | network_transfers |
Type | Resource |
Id | linode.linode.network_transfers |
Fields
The following fields are returned by SELECT
queries:
- get_linode_transfer
A collection of the specified Linode's network transfer statistics.
Name | Datatype | Description |
---|---|---|
billable | integer | Read-only The amount of network transfer this Linode has used, in GB, past your monthly quota. |
quota | integer | Read-only The amount of network transfer this Linode adds to your transfer pool, in GB, for the current month's billing cycle. |
used | integer | Read-only The amount of network transfer used by this Linode, in bytes, for the current month's billing cycle. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_linode_transfer | select | Returns a Linode's network transfer pool statistics for the current month. 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 |
---|
SELECT
examples
- get_linode_transfer
Returns a Linode's network transfer pool statistics for the current month.
Learn more...
Learn more...
SELECT
billable,
quota,
used
FROM linode.linode.network_transfers;