@nebius/js-sdk - v0.1.22
    Preparing search index...
    interface ImageSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ImageSpec";
        cpuArchitecture: ImageSpec_CPUArchitecture;
        description?: string;
        imageFamily: string;
        imageFamilyHumanReadable: string;
        recommendedPlatforms: string[];
        unsupportedPlatforms: { [key: string]: string };
        version: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.ImageSpec"
    cpuArchitecture: ImageSpec_CPUArchitecture
    description?: string
    imageFamily: string
    imageFamilyHumanReadable: string

    human readable name for image family

    recommendedPlatforms: string[]

    list of platforms where this image is recommended to use

    unsupportedPlatforms: { [key: string]: string }

    list of platforms where this image is not supported with explanation

    version: string

    part of identifier into the image family