Method: IBMSmartCloud#restart_instance
- Defined in:
- lib/smartcloud.rb
#restart_instance(instance_id) ⇒ Object
530 531 532 533 |
# File 'lib/smartcloud.rb', line 530 def restart_instance(instance_id) put("/instances/#{instance_id}", :state => "restart") true end |