"description":"Define the maximum size of hotpluggable memory. The size is in MB and must be a multiple of the defined hotpluggable slot size.",
"hotplug-slot-size":{
"title":"Hotpluggable slot size, in MB",
"description":"Define the RAM size to plug on one hotpluggable slot in MB, understand the size of one RAM bar. The RAM hotplugged on each slot will always have the same RAM size.",
"type":"integer",
"default":0,
"default":512,
"minimum":128,
"multipleOf":128
},
"slot-hotplug-size":{
"title":"Hotpluggable slot size",
"description":"Define the RAM size on one hotpluggable slot. All hotplugged slot will have the same RAM size.",
"max-ram-hotplug-size":{
"title":"Maximum hotpluggable RAM size",
"description":"Define the maximum size of hotpluggable memory. The size is in MB and should be a multiple of the defined hotpluggable slot size.",
"type":"integer",
"default":512,
"default":0,
"minimum":128,
"multipleOf":128
},
"ram-hotplug-size":{
"hotplugged-slot-amount":{
"title":"RAM hotplug size",
"description":"Define the size of memory to hotplug. The size is in MB and must be a multiple of the defined hotpluggable slot size.",
"description":"Define the number of Memory slot to hotplug. Ex: if slot-hotplug-size=512 MB, then to hotplug 1G of RAM 2 slots will be used.",