1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/vsphere
Jeff McCune cb4e9701b5 (#9421) Add start, stop, reboot server model methods
This patch implements the start, stop and reboot methods for the Server
model instances.

These server model methods share common names with the AWS server model.

This patch also implements the API requests required to control the
power state of a VMware Virtual Machine.

The requests default to issuing shutdown and reboot commands to the
guest operating system itself.  However, if force is set to true for
power_off and reboot, then the VM is powered off or reset at the virtual
hardware layer.
2011-09-10 13:32:58 -07:00
..
models/compute (#9421) Add start, stop, reboot server model methods 2011-09-10 13:32:58 -07:00
requests/compute (#9421) Add start, stop, reboot server model methods 2011-09-10 13:32:58 -07:00
compute.rb (#9421) Add start, stop, reboot server model methods 2011-09-10 13:32:58 -07:00