ReservationInfo (type)

{
  "description": "CPU and Memory resource configuration is defined per Edge VM form factor. These resources are reserved 100 percent by default with Normal VM importance. Resource reservation tuning provides a means to optimize resource utilization and workaround hard resource limits. This solution should be used as a temporary workaround. It is recommended to add more resources to the compute cluster and change the reservation back to 100 percent for optimal performance.", 
  "id": "ReservationInfo", 
  "module_id": "FabricNode", 
  "properties": {
    "cpu_reservation": {
      "$ref": "CPUReservation, 
      "description": "Specify a reservation if you need to guarantee that the minimum required amount of CPU is always available for the virtual machine.", 
      "required": false, 
      "title": "Guaranteed minimum allocation of CPU resources."
    }, 
    "memory_reservation": {
      "$ref": "MemoryReservation, 
      "description": "Specify a reservation if you need to guarantee that the minimum required amount of memory is always available for the virtual machine.", 
      "required": false, 
      "title": "Guaranteed minimum allocation of memory resources."
    }
  }, 
  "type": "object"
}