@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface DiskStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.DiskStatus";
        blockSizeBytes: Long;
        readOnlyAttachments: string[];
        readWriteAttachment: string;
        reconciling: boolean;
        sizeBytes: Long;
        sourceImageCpuArchitecture: DiskStatus_SourceImageCPUArchitecture;
        sourceImageId: string;
        state: DiskStatus_State;
        stateDescription: 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.DiskStatus"
    blockSizeBytes: Long
    readOnlyAttachments: string[]
    readWriteAttachment: string

    Current read-write owner (instance ID). May refer to an instance in any state, including stopped (this semantics is preserved for backward compatibility). Reassigned on disk detach, instance deletion, or ownership transfer. Ownership transfer occurs when this disk is explicitly attached to another instance or when a VM with this disk attached starts while the current owner is stopped.

    reconciling: boolean

    Indicates whether there is an ongoing operation

    sizeBytes: Long
    sourceImageCpuArchitecture: DiskStatus_SourceImageCPUArchitecture
    sourceImageId: string
    stateDescription: string