# File lib/rhc/rest/client.rb, line 62
      def regions
        debug "Getting all regions and zones available"
        if supports_regions_and_zones?
          @regions ||= api.rest_method("LIST_REGIONS")
        else
          raise RHC::RegionsAndZonesNotSupportedException
        end
      end