# File lib/fog/network/openstack/models/lb_pool.rb, line 53 def associate_health_monitor(health_monitor_id) requires :id service.associate_lb_health_monitor(id, health_monitor_id) true end