Sha256: b1c635c25dc21d167a654dc99196c9b87fdfbcf3be6e0327a42a7e3d67ec1f69
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Removes a condition # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/deleteCondition.html] def delete_condition(id, options={}) options.merge!( 'command' => 'deleteCondition', 'id' => id ) 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_condition.rb |