@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ImageStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1alpha1.ImageStatus";
        minDiskSizeBytes: Long;
        reconciling: boolean;
        state: ImageStatus_State;
        stateDescription: string;
        storageSizeBytes: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1alpha1.ImageStatus"
    minDiskSizeBytes: Long
    reconciling: boolean

    Indicates whether there is an ongoing operation

    stateDescription: string
    storageSizeBytes: Long