# File lib/fog/brightbox/models/compute/server.rb, line 76
        def start
          requires :identity
          connection.start_server(identity)
          true
        end