Sha256: 6768872ea4fbc7b190885cc08873a4221acaa7add82ab95aef5f63b0748c66ee
Contents?: true
Size: 467 Bytes
Versions: 88
Compression:
Stored size: 467 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/stopVirtualMachine.html] def stop_virtual_machine(options={}) options.merge!( 'command' => 'stopVirtualMachine' ) request(options) end end end end end
Version data entries
88 entries across 88 versions & 16 rubygems