Method: Fog::Compute::Cloudstack::Servers#bootstrap
- Defined in:
- lib/fog/cloudstack/models/compute/servers.rb
#bootstrap(new_attributes = {}) ⇒ Object
17 18 19 20 21 |
# File 'lib/fog/cloudstack/models/compute/servers.rb', line 17 def bootstrap(new_attributes = {}) server = create(new_attributes) server.wait_for { ready? } server end |