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

    Interface FilesystemSpec

    Represents the nebius.compute.v1.FilesystemSpec protobuf message.

    interface FilesystemSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.FilesystemSpec";
        blockSizeBytes: Long;
        forbidDeletion: boolean;
        size?:
            | { $case: "sizeBytes"; sizeBytes: Long }
            | { $case: "sizeKibibytes"; sizeKibibytes: Long }
            | { $case: "sizeMebibytes"; sizeMebibytes: Long }
            | { $case: "sizeGibibytes"; sizeGibibytes: Long };
        type: FilesystemSpec_FilesystemType;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.compute.v1.FilesystemSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.FilesystemSpec protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.compute.v1.FilesystemSpec"

    Contains the fully qualified protobuf type name.

    blockSizeBytes: Long

    Block size in bytes. The block size must be a power of two between 4096 bytes (4 KiB) and 131072 bytes (128 KiB). The default value is 4096 bytes (4 KiB).

    forbidDeletion: boolean

    Prevents deletion whilst set

    size?:
        | { $case: "sizeBytes"; sizeBytes: Long }
        | { $case: "sizeKibibytes"; sizeKibibytes: Long }
        | { $case: "sizeMebibytes"; sizeMebibytes: Long }
        | { $case: "sizeGibibytes"; sizeGibibytes: Long }

    Size of the disk. Only one size unit can be specified. The size must be within the limits for the selected disk type. For current limits, see https://docs.nebius.com/compute/storage/types#disks-types-comparison

    Type Declaration

    • { $case: "sizeBytes"; sizeBytes: Long }
      • $case: "sizeBytes"

        Contains the case.

      • sizeBytes: Long

        Contains the size bytes.

    • { $case: "sizeKibibytes"; sizeKibibytes: Long }
      • $case: "sizeKibibytes"

        Contains the case.

      • sizeKibibytes: Long

        Contains the size kibibytes.

    • { $case: "sizeMebibytes"; sizeMebibytes: Long }
      • $case: "sizeMebibytes"

        Contains the case.

      • sizeMebibytes: Long

        Contains the size mebibytes.

    • { $case: "sizeGibibytes"; sizeGibibytes: Long }
      • $case: "sizeGibibytes"

        Contains the case.

      • sizeGibibytes: Long

        Contains the size gibibytes.

    The Shared Filesystem type determines its limits and performance characteristics. For details, see https://docs.nebius.com/compute/storage/types#filesystems-types