@nebius/js-sdk - v0.1.22
    Preparing search index...

    Interface AllocationNextHop

    AllocationNextHop specifies an IP allocation as the next hop.

    interface AllocationNextHop {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.AllocationNextHop";
        id: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.AllocationNextHop"
    id: string

    ID of the IP allocation to use as the next hop.