This commit is contained in:
dayterr
2026-02-06 17:20:56 +03:00
parent b3df483fc2
commit 9a34be9d4e
16 changed files with 69 additions and 53 deletions

View File

@@ -789,6 +789,9 @@ type ItemComputeDisk struct {
// Account ID
AccountID uint64 `json:"accountId"`
// BLK Discard
BLKDiscard bool `json:"blkdiscard"`
// Boot partition
BootPartition uint64 `json:"bootPartition"`