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

    Type Alias PutIpData

    type PutIpData = {
        body: { rdns: string | null };
        path: { address: string };
        query?: never;
        url: "networking/ips/{address}";
    }
    Index

    Properties

    Properties

    body: { rdns: string | null }

    The information to update.

    Type Declaration

    • rdns: string | null

      The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.

    path: { address: string }

    Type Declaration

    • address: string

      The address to operate on.

    query?: never
    url: "networking/ips/{address}"