Sha256: affd032af9c4f4f2401d6e89f5c11406e1a7aa6a149e307ece078c99eb1a91bb
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Archive one or more events. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/archiveEvents.html] def archive_events(options={}) options.merge!( 'command' => 'archiveEvents' ) 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/archive_events.rb |