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

    Interface ComputeInstance

    Target representing compute instance

    interface ComputeInstance {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.ComputeInstance";
        id: string;
        networkInterfaceName: 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.ComputeInstance"
    id: string

    Compute instance id to send traffic to

    networkInterfaceName: string

    Name of the compute instance's NetworkInterface to send traffic to. If not specified the first one will be used.