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

    Interface NVLinkSpec

    Represents the nebius.mk8s.v1.NVLinkSpec protobuf message.

    interface NVLinkSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.NVLinkSpec";
        nvlGroup?: { $case: "nvlInstanceGroupId"; nvlInstanceGroupId: string };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.mk8s.v1.NVLinkSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mk8s.v1.NVLinkSpec 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.mk8s.v1.NVLinkSpec"

    Contains the fully qualified protobuf type name.

    nvlGroup?: { $case: "nvlInstanceGroupId"; nvlInstanceGroupId: string }

    Contains the selected value for the nvl_group protobuf oneof.

    Type Declaration

    • $case: "nvlInstanceGroupId"

      Contains the case.

    • nvlInstanceGroupId: string

      Contains the nvl instance group ID.