This commit is contained in:
asteam
2026-01-16 17:05:59 +03:00
parent 3588755461
commit 25fa57f583
22 changed files with 145 additions and 40 deletions

View File

@@ -37,6 +37,10 @@ type CreateRequest struct {
// Pool name to create disk
// Required: false
Pool string `url:"pool,omitempty" json:"pool,omitempty"`
// Cache mode of disk
// Required: false
Cache string `url:"cache,omitempty" json:"cache,omitempty"`
}
// Create creates a disk