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

    Interface DiskSnapshotStatus

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

    interface DiskSnapshotStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.DiskSnapshotStatus";
        contentSizeBytes: Long;
        lockState?: DiskSnapshotStatus_LockState;
        sourceCpuArchitecture: DiskSnapshotStatus_CPUArchitecture;
        state: DiskSnapshotStatus_State;
        storageSizeBytes: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.DiskSnapshotStatus 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.DiskSnapshotStatus"

    Contains the fully qualified protobuf type name.

    contentSizeBytes: Long

    Logical size of the snapshot content. This is the size of a disk that would be created from this snapshot.

    Indicates which resources prevent the disk snapshot from being deleted.

    sourceCpuArchitecture: DiskSnapshotStatus_CPUArchitecture

    CPU architecture associated with the source disk. Not set if the architecture is unknown.

    Contains the state protobuf field.

    storageSizeBytes: Long

    Physical storage used by this snapshot in the snapshot backend. This value is used for billing and quota and may change over time as the snapshot chain evolves (e.g., when earlier snapshots are deleted and data gets re-attributed). Currently is equal to content_size_bytes, as incremental snapshots are not supported yet.