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

    Interface PassthroughGroupRequest

    Represents the nebius.compute.v1.PassthroughGroupRequest protobuf message.

    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

      Represents the nebius.compute.v1.PassthroughGroupRequest protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.PassthroughGroupRequest protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.compute.v1.PassthroughGroupRequest"

    Contains the fully qualified protobuf type name.

    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.