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

    Interface NextHop

    interface NextHop {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.NextHop";
        nextHop?:
            | { $case: "allocation"; allocation: AllocationNextHop }
            | { $case: "defaultEgressGateway"; defaultEgressGateway: boolean };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.NextHop"
    nextHop?:
        | { $case: "allocation"; allocation: AllocationNextHop }
        | { $case: "defaultEgressGateway"; defaultEgressGateway: boolean }

    Configuration for the next hop, which must be one of the following options.