Sha256: 9aee9671d9a03608b295e1e11ce0c3371929d2efbd31a4b9f35304aa68548ae6
Contents?: true
Size: 473 Bytes
Versions: 9
Compression:
Stored size: 473 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Updates account information for the authenticated user. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/rebootVirtualMachine.html] def reboot_virtual_machine(options={}) options.merge!( 'command' => 'rebootVirtualMachine' ) request(options) end end end end end
Version data entries
9 entries across 9 versions & 5 rubygems