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

    Interface ImageSpec

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

    interface ImageSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ImageSpec";
        cpuArchitecture: ImageSpec_CPUArchitecture;
        description: string;
        imageFamily: string;
        imageFamilyHumanReadable: string;
        recommendedPlatforms: string[];
        source?:
            | { $case: "sourceDiskId"; sourceDiskId: string }
            | { $case: "sourceStorage"; sourceStorage: ImageSpec_SourceStorage }
            | { $case: "sourceDiskSnapshotId"; sourceDiskSnapshotId: string };
        unsupportedPlatforms: { [key: string]: string };
        unsupportedPresets: ImageSpec_UnsupportedPreset[];
        version: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    cpuArchitecture: ImageSpec_CPUArchitecture

    CPU architecture supported by the image

    description: string

    Contains the description protobuf field.

    imageFamily: string

    Contains the image_family protobuf field.

    imageFamilyHumanReadable: string

    human readable name for image family

    recommendedPlatforms: string[]

    list of platforms where this image is recommended to use

    source?:
        | { $case: "sourceDiskId"; sourceDiskId: string }
        | { $case: "sourceStorage"; sourceStorage: ImageSpec_SourceStorage }
        | { $case: "sourceDiskSnapshotId"; sourceDiskSnapshotId: string }

    Contains the selected value for the source protobuf oneof.

    Type Declaration

    • { $case: "sourceDiskId"; sourceDiskId: string }
      • $case: "sourceDiskId"

        Contains the case.

      • sourceDiskId: string

        Contains the source disk ID.

    • { $case: "sourceStorage"; sourceStorage: ImageSpec_SourceStorage }
    • { $case: "sourceDiskSnapshotId"; sourceDiskSnapshotId: string }
      • $case: "sourceDiskSnapshotId"

        Contains the case.

      • sourceDiskSnapshotId: string

        Contains the source disk snapshot ID.

    unsupportedPlatforms: { [key: string]: string }

    list of platforms where this image is not supported with explanation

    Type Declaration

    • [key: string]: string

      list of platforms where this image is not supported with explanation

    unsupportedPresets: ImageSpec_UnsupportedPreset[]

    Platform presets that cannot use this image. Each item includes the reason.

    version: string

    part of identifier into the image family