Sha256: 57e654c384f43c9f4324d86066d7b3d93ee58753440a0c61e5503245d6acf85b
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List the counters # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listCounters.html] def list_counters(options={}) options.merge!( 'command' => 'listCounters' ) 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_counters.rb |