This commit is contained in:
2026-02-11 12:27:03 +03:00
parent 9a34be9d4e
commit 274b349012
3 changed files with 7 additions and 40 deletions

View File

@@ -110,6 +110,10 @@ type DataDisk struct {
// Cache mode for disk
// Required: false
Cache string `url:"cache,omitempty" json:"cache,omitempty"`
// BLK Discard
// Required: false
BLKDiscard interface{} `url:"blkdiscard,omitempty" json:"blkdiscard,omitempty" validate:"omitempty,isBool"`
}
// CreateRequest struct to create KVM x86 VM