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

    Type Alias GetLinodeInterfacesData

    type GetLinodeInterfacesData = {
        body?: never;
        path: { linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/interfaces";
    }
    Index

    Properties

    Properties

    body?: never
    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      The id of the Linode.

    query?: never
    url: "linode/instances/{linodeId}/interfaces"