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