Sha256: 0b34acb8317d0244690e608c655cf764953e68cd59cdd3923fafc4736c80a954
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
module Fog module Compute class Cloudstack class Real # A command to list events. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listEvents.html] def list_events(options={}) options.merge!( 'command' => 'listEvents' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_events.rb |