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

    Type Alias GetIpv6RangeResponses

    type GetIpv6RangeResponses = {
        "200": {
            is_bgp: boolean;
            linodes: number[];
            prefix: number;
            range: string;
            region: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        is_bgp: boolean;
        linodes: number[];
        prefix: number;
        range: string;
        region: string;
    }

    An object representing an IPv6 range.

    Type Declaration

    • Readonlyis_bgp: boolean

      Read-only Whether this IPv6 range is shared.

    • Readonlylinodes: number[]

      Read-only A list of Linodes targeted by this IPv6 range. Includes Linodes with IP sharing.

    • prefix: number

      The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2(128 - prefix length).

    • Readonlyrange: string

      Read-only The IPv6 address of this range.

    • Readonlyregion: string

      Read-only The region for this range of IPv6 addresses.