# File lib/fog/monitoring/openstack/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
# File lib/fog/monitoring/openstack/models/alarm_state.rb, line 26 def to_s name end