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

    Interface NextHopState

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

    Indexable

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

    Properties

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

    Current state of the next hop configuration.