Sha256: d4d14ac5dcb9b9691ad26fc641a12359a2554d7af0ae93e44ca15fcd32d5e46c

Contents?: true

Size: 585 Bytes

Versions: 12

Compression:

Stored size: 585 Bytes

Contents

module Fog
  module Compute
    class Brightbox
      class Real
        # Destroy the server and free up the resources.
        #
        # @param [String] identifier Unique reference to identify the resource
        #
        # @return [Hash] The JSON response parsed to a Hash
        #
        # @see https://api.gb1.brightbox.com/1.0/#server_destroy_server
        #
        def destroy_server(identifier)
          return nil if identifier.nil? || identifier == ""
          wrapped_request("delete", "/1.0/servers/#{identifier}", [202])
        end

      end
    end
  end
end

Version data entries

12 entries across 12 versions & 5 rubygems

Version Path
hpfog-0.0.20 lib/fog/brightbox/requests/compute/destroy_server.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/brightbox/requests/compute/destroy_server.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/brightbox/requests/compute/destroy_server.rb
fog-1.11.1 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-1.11.0 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-1.10.1 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-test-me-1.10.0 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-1.10.0 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-1.9.0 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/brightbox/requests/compute/destroy_server.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/brightbox/requests/compute/destroy_server.rb