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

    Interface FilesystemStatus

    interface FilesystemStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.FilesystemStatus";
        blockSizeBytes: Long;
        readOnlyAttachments: string[];
        readWriteAttachments: string[];
        reconciling: boolean;
        sizeBytes: Long;
        state: FilesystemStatus_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.FilesystemStatus"
    blockSizeBytes: Long
    readOnlyAttachments: string[]
    readWriteAttachments: string[]
    reconciling: boolean

    Indicates whether there is an ongoing operation

    sizeBytes: Long
    stateDescription: string