Method: Fog::Compute::Bluebox::Server#reboot

Defined in:
lib/fog/bluebox/models/compute/server.rb

#reboot(type = 'SOFT') ⇒ Object



86
87
88
89
90
# File 'lib/fog/bluebox/models/compute/server.rb', line 86

def reboot(type = 'SOFT')
  requires :id
  connection.reboot_block(id, type)
  true
end