# File lib/fog/hp/models/lb/algorithm.rb, line 13 def create(params) raise Fog::HP::LB::NotFound.new('Operation not allowed.') end
# File lib/fog/hp/models/lb/algorithm.rb, line 9 def destroy raise Fog::HP::LB::NotFound.new('Operation not allowed.') end
# File lib/fog/hp/models/lb/algorithm.rb, line 17 def save raise Fog::HP::LB::NotFound.new('Operation not allowed.') end