# File lib/fog/sakuracloud/requests/network/change_router_bandwidth.rb, line 27
        def change_router_bandwidth( id, bandwidthmbps )
          response = Excon::Response.new
          response.status = 200
          response.body = {
            "Internet"=>{"ID"=>"112701091977"},
            "Success"=>true,
            "is_ok"=>true
          }
          response
        end