diff --git a/doc/source/manual.rst b/doc/source/manual.rst index 028d5af8..39e2a5ec 100644 --- a/doc/source/manual.rst +++ b/doc/source/manual.rst @@ -609,6 +609,7 @@ class. The new connector must implement at least the following methods: - ``finalize``: Terminates a VM and all the associated resources. To have full support you have to implement the following methods: + - ``alterVM``: Modifies/resizes the features of a VM. - ``start``: Starts a (previously stopped) VM. - ``stop``: Stops (but not finalizes) a VM.