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