vmm: openapi: Sync DiskConfig OpenAPI spec
Add backing_files and sparse fields to the REST API. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
4d30ba12c8
commit
e36096db3e
1 changed files with 6 additions and 0 deletions
|
|
@ -941,6 +941,12 @@ components:
|
|||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/VirtQueueAffinity"
|
||||
backing_files:
|
||||
type: boolean
|
||||
default: false
|
||||
sparse:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
NetConfig:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue