# File lib/fog/cloudstack/models/compute/flavor.rb, line 29 def destroy raise Fog::Errors::Error.new('Destroying a flavor is not supported') end
# File lib/fog/cloudstack/models/compute/flavor.rb, line 25 def save raise Fog::Errors::Error.new('Creating a flavor is not supported') end