Method: Fog::Compute::Brightbox::Server#stop
- Defined in:
- lib/fog/brightbox/models/compute/server.rb
#stop ⇒ Object
82 83 84 85 86 |
# File 'lib/fog/brightbox/models/compute/server.rb', line 82 def stop requires :identity connection.stop_server(identity) true end |