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

    Type Alias PostShareIpv4sData

    type PostShareIpv4sData = {
        body: { ips: string[]; linode_id: number };
        path?: never;
        query?: never;
        url: "networking/ipv4/share";
    }
    Index

    Properties

    Properties

    body: { ips: string[]; linode_id: number }

    A request object IP Addresses Share (POST /networking/ips/share).

    Type Declaration

    • ips: string[]

      A list of secondary Linode IPs to share with the primary Linode.

      • Can include both IPv4 addresses and IPv6 ranges (omit /56 and /64 prefix lengths)
      • Can include both private and public IPv4 addresses.
      • You must have access to all of these addresses and they must be in the same Region as the primary Linode.
      • Enter an empty array to remove all shared IP addresses.
    • linode_id: number

      The ID of the primary Linode that the addresses will be shared with.

    path?: never
    query?: never
    url: "networking/ipv4/share"