@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLinodeTransferResponses

    type GetLinodeTransferResponses = {
        "200": { billable: number; quota: number; used: number };
    }
    Index

    Properties

    Properties

    "200": { billable: number; quota: number; used: number }

    A collection of the specified Linode's network transfer statistics.

    Type Declaration

    • Readonlybillable: number

      Read-only The amount of network transfer this Linode has used, in GB, past your monthly quota.

    • Readonlyquota: number

      Read-only The amount of network transfer this Linode adds to your transfer pool, in GB, for the current month's billing cycle.

    • Readonlyused: number

      Read-only The amount of network transfer used by this Linode, in bytes, for the current month's billing cycle.