Sha256: f7d55c4a802aa67cbebbbb5a9cbea49e9dedb004b390c3bf1532d7756f012976
Contents?: true
Size: 454 Bytes
Versions: 4
Compression:
Stored size: 454 Bytes
Contents
module Fog module Monitoring class HuaweiCloud 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
4 entries across 4 versions & 1 rubygems