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

    Type Alias Transfer

    An object representing your network utilization for the current month, in Gigabytes.

    Certain Regions have separate utilization quotas and rates. For Region-specific network utilization data, see region_transfers.

    type Transfer = {
        billable?: number;
        quota?: number;
        region_transfers?: {
            billable?: number;
            id?: string;
            quota?: number;
            used?: number;
        }[];
        used?: number;
    }
    Index

    Properties

    billable?: number

    Read-only The amount of your transfer pool that is billable this billing cycle.

    quota?: number

    Read-only The amount of network usage allowed this billing cycle.

    region_transfers?: {
        billable?: number;
        id?: string;
        quota?: number;
        used?: number;
    }[]

    Type Declaration

    • Optional Readonlybillable?: number

      Read-only The amount of your transfer pool that is billable this billing cycle for this Region.

    • Optionalid?: string

      The Region ID for this network utilization data.

    • Optional Readonlyquota?: number

      Read-only The amount of network usage allowed this billing cycle for this Region.

    • Optional Readonlyused?: number

      Read-only The amount of network usage you have used this billing cycle for this Region.

    used?: number

    Read-only The amount of network usage you have used this billing cycle.