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

    Interface PassthroughGroupRequest

    interface PassthroughGroupRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.PassthroughGroupRequest";
        requested: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.PassthroughGroupRequest"
    requested: boolean

    Passthrough local disks from the underlying host.

    Devices are expected to appear in the guest as NVMe devices (nvme0, nvme1, ...), but the exact number depends on the preset. Enabled only when this field is explicitly set.