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

    Interface Target

    Represents the target which can receive traffic from a load balancer listener

    interface Target {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.Target";
        target?: { $case: "computeInstance"; computeInstance: ComputeInstance };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.Target"
    target?: { $case: "computeInstance"; computeInstance: ComputeInstance }