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

    Type Alias PostAddLinodeIpData

    type PostAddLinodeIpData = {
        body: { public: boolean; type: "ipv4" };
        path: { linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/ips";
    }
    Index

    Properties

    Properties

    body: { public: boolean; type: "ipv4" }

    Information about the address you are creating.

    Type Declaration

    • public: boolean

      Whether to create a public or private IPv4 address.

    • type: "ipv4"

      The type of address you are allocating. Only IPv4 addresses may be allocated through this operation.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      ID of the Linode to look up.

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