Method: Fog::Compute::Brightbox::Server#stop

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

#stopObject



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