Skip to main content

transfer

Overview

Nametransfer
TypeResource
Idlinode.instances.transfer

Fields

NameDatatypeDescription
billableintegerThe amount of network transfer this Linode has used, in GB, past your monthly quota.
quotaintegerThe amount of network transfer this Linode adds to your transfer pool, in GB, for the current month's billing cycle.
usedintegerThe amount of network transfer used by this Linode, in bytes, for the current month's billing cycle.

Methods

NameAccessible byRequired ParamsDescription
getLinodeTransferSELECTlinodeIdReturns a Linode's network transfer pool statistics for the current month.
getLinodeTransferByYearMonthSELECTlinodeId, month, yearReturns a Linode's network transfer statistics for a specific month. The year/month values must be either a date in the past, or the current month.
_getLinodeTransferEXEClinodeIdReturns a Linode's network transfer pool statistics for the current month.
_getLinodeTransferByYearMonthEXEClinodeId, month, yearReturns a Linode's network transfer statistics for a specific month. The year/month values must be either a date in the past, or the current month.