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

    Type Alias PostAllocateIpData

    type PostAllocateIpData = {
        body: { linode_id: number; public: boolean; type: "ipv4" };
        path?: never;
        query?: never;
        url: "networking/ips";
    }
    Index

    Properties

    Properties

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

    Information about the address you are creating.

    Type Declaration

    • linode_id: number

      The ID of a Linode you have access to that this address will be allocated to.

    • public: boolean

      Whether to create a public or private IPv4 address.

    • type: "ipv4"

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

    path?: never
    query?: never
    url: "networking/ips"