Management class for basic VM operations.
Bases: nova.virt.hyperv.baseops.BaseOps
Destroy the VM. Also destroy the associated VHD disk files
Retrieve resource info.
This method is called when nova-compute launches, and as part of a periodic task.
Returns: | dictionary describing resources |
---|
Get information about the VM
Return the names of all the instances known to Hyper-V.
Pause VM instance.
Power off the specified instance.
Power on the specified instance
Resume the suspended VM instance.
Create a new VM and start it.
Suspend the specified instance.
Unpause paused VM instance.