
|
If you were logged in you would be able to see more operations.
|
|
|
|
Delete a Physical Machine throws an Exception because the query to get all its virtual machines is wrong. Previously, the request was to delete all of its virtual machines, but now we will block the delete:
- We can only delete physical machines if and only if it has not any virtual machine deployed in it!
|
|
Description
|
Delete a Physical Machine throws an Exception because the query to get all its virtual machines is wrong. Previously, the request was to delete all of its virtual machines, but now we will block the delete:
- We can only delete physical machines if and only if it has not any virtual machine deployed in it! |
Show » |
|
Now is restrictive.