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

    Type Alias GetLinodeTransferByYearMonthResponses

    type GetLinodeTransferByYearMonthResponses = {
        "200": { bytes_in: number; bytes_out: number; bytes_total: number };
    }
    Index

    Properties

    Properties

    "200": { bytes_in: number; bytes_out: number; bytes_total: number }

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

    Type Declaration

    • Readonlybytes_in: number

      Read-only The amount of inbound public network traffic received by this Linode, in bytes, for a specific year/month.

    • Readonlybytes_out: number

      Read-only The amount of outbound public network traffic sent by this Linode, in bytes, for a specific year/month.

    • Readonlybytes_total: number

      Read-only The total amount of public network traffic sent and received by this Linode, in bytes, for a specific year/month.