network_usage
Creates, updates, deletes, gets or lists a network_usage
resource.
Overview
Name | network_usage |
Type | Resource |
Id | linode.account.network_usage |
Fields
The following fields are returned by SELECT
queries:
- get_transfer
Returns a single Transfer object.
Name | Datatype | Description |
---|---|---|
billable | integer | Read-only The amount of your transfer pool that is billable this billing cycle. |
quota | integer | Read-only The amount of network usage allowed this billing cycle. |
region_transfers | array | |
used | integer | Read-only The amount of network usage you have used this billing cycle. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_transfer | select | Returns a Transfer object showing your network utilization, in GB, 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_transfer
Returns a Transfer object showing your network utilization, in GB, for the current month.
Learn more...
Learn more...
SELECT
billable,
quota,
region_transfers,
used
FROM linode.account.network_usage;