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

    Interface ImageStatus_ImageFamilyDeprecationStatus

    Impossible create a disk using image family after the deprecation time, but still possible to create disk using image id.

    interface ImageStatus_ImageFamilyDeprecationStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.ImageStatus.ImageFamilyDeprecationStatus";
        deprecatedAt?: Dayjs;
        message: 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.ImageStatus.ImageFamilyDeprecationStatus"
    deprecatedAt?: Dayjs
    message: string