class Fog::Compute::Cloudstack::Project
Public Instance Methods
destroy()
click to toggle source
# File lib/fog/cloudstack/models/compute/project.rb, line 51 def destroy raise Fog::Errors::Error.new('Destroying a project is not supported') end
save()
click to toggle source
# File lib/fog/cloudstack/models/compute/project.rb, line 47 def save raise Fog::Errors::Error.new('Creating a project is not supported') end