# File lib/rhc/rest/application.rb, line 113
      def enable_ha
        raise RHC::HighAvailabilityNotSupportedException.new unless supports? "MAKE_HA"
        rest_method 'MAKE_HA', :event => "make-ha"
      end