Add missing "on_close" property to schemas

This commit is contained in:
grossmj 2023-01-01 16:25:02 +08:00
parent ad7134e834
commit 96849e3cdb
4 changed files with 16 additions and 0 deletions

View File

@ -308,6 +308,10 @@
"maximum": 100, "maximum": 100,
"title": "Throttle the CPU" "title": "Throttle the CPU"
}, },
"on_close": {
"title": "Action to execute on the VM is closed",
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
},
"process_priority": { "process_priority": {
"title": "Process priority for QEMU", "title": "Process priority for QEMU",
"enum": ["realtime", "enum": ["realtime",

View File

@ -311,6 +311,10 @@
"maximum": 100, "maximum": 100,
"title": "Throttle the CPU" "title": "Throttle the CPU"
}, },
"on_close": {
"title": "Action to execute on the VM is closed",
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
},
"process_priority": { "process_priority": {
"title": "Process priority for QEMU", "title": "Process priority for QEMU",
"enum": ["realtime", "enum": ["realtime",

View File

@ -311,6 +311,10 @@
"maximum": 100, "maximum": 100,
"title": "Throttle the CPU" "title": "Throttle the CPU"
}, },
"on_close": {
"title": "Action to execute on the VM is closed",
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
},
"process_priority": { "process_priority": {
"title": "Process priority for QEMU", "title": "Process priority for QEMU",
"enum": ["realtime", "enum": ["realtime",

View File

@ -362,6 +362,10 @@
"maximum": 100, "maximum": 100,
"title": "Throttle the CPU" "title": "Throttle the CPU"
}, },
"on_close": {
"title": "Action to execute on the VM is closed",
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
},
"process_priority": { "process_priority": {
"title": "Process priority for QEMU", "title": "Process priority for QEMU",
"enum": ["realtime", "enum": ["realtime",