Method: Fog::OpenStack::Network::LbHealthMonitor#update

Defined in:
lib/fog/openstack/network/models/lb_health_monitor.rb

#updateObject



30
31
32
33
34
35
# File 'lib/fog/openstack/network/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