Method: Fog::Compute::VirtualBox::Servers#bootstrap

Defined in:
lib/fog/virtual_box/models/compute/servers.rb

#bootstrap(new_attributes = {}) ⇒ Object



21
22
23
24
25
26
27
28
# File 'lib/fog/virtual_box/models/compute/servers.rb', line 21

def bootstrap(new_attributes = {})
  raise 'Not Implemented'
  # server = create(new_attributes)
  # server.start
  # server.wait_for { ready? }
  # server.setup(:password => server.password)
  # server
end