class Fog::OpenStack::Monitoring::AlarmState

Public Instance Methods

patch(options) click to toggle source
# File lib/fog/openstack/monitoring/models/alarm_state.rb, line 18
def patch(options)
  requires :id
  merge_attributes(
    service.list_alarm_state_history_for_specific_alarm(id, options)
  )
  self
end
to_s() click to toggle source
# File lib/fog/openstack/monitoring/models/alarm_state.rb, line 26
def to_s
  name
end