Method: Fog::Compute::Brightbox::Server#shutdown

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

#shutdownObject



88
89
90
91
92
# File 'lib/fog/brightbox/models/compute/server.rb', line 88

def shutdown
  requires :identity
  connection.shutdown_server(identity)
  true
end