Sha256: 89010615aef4eca12ce579e0a600373d953f5de814b8e0bf58e2e8465debc534
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List Conditions for the specific user # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listConditions.html] def list_conditions(options={}) options.merge!( 'command' => 'listConditions' ) 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_conditions.rb |