# File lib/fog/network/openstack/models/lb_health_monitor.rb, line 30 def update requires :id, :type, :delay, :timeout, :max_retries merge_attributes(service.update_lb_health_monitor(id, attributes).body['health_monitor']) self end