Sha256: bda6f3d5044aafa42cbf35cfc0c79f6c04e3feab4504fbadbdcee6dcf4045302
Contents?: true
Size: 472 Bytes
Versions: 9
Compression:
Stored size: 472 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List the virtual machines owned by the account. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listVirtualMachines.html] def list_virtual_machines(options={}) options.merge!( 'command' => 'listVirtualMachines' ) request(options) end end end end end
Version data entries
9 entries across 9 versions & 5 rubygems