# File lib/fog/softlayer/models/network/datacenter.rb, line 27
        def routable_subnets
          requires :id
          @routable_subnets ||= service.request(:location_datacenter, "#{id}/get_bound_subnets").body
        end