Sha256: 76945ba38bca3d36975730a0704391115a0025cee7e5ede9c16f93a9f1b4d23e
Contents?: true
Size: 452 Bytes
Versions: 43
Compression:
Stored size: 452 Bytes
Contents
module Fog module Monitoring class OpenStack class Real def list_alarm_state_history_for_all_alarms(options = {}) request( :expects => [200], :method => 'GET', :path => "alarms/state-history", :query => options ) end end class Mock # def list_alarm_state_history(options = {}) # # end end end end end
Version data entries
43 entries across 41 versions & 3 rubygems