Este conteúdo não está disponível no idioma selecionado.
2.19. Example: Starting a Virtual Machine using Python
Starting a virtual machine
Example 2.20. Starting a virtual machine using Python
This example starts the virtual machine using the
start
method.
If the
start
request is successful then the script will output:
Started 'vm1'.
Started 'vm1'.
Note that the
status
reflects that the virtual machine has been started and is now up
.