Class: Fog::Cloudstack::Compute::Flavor

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/cloudstack/models/compute/flavor.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject

Raises:

  • (Fog::Errors::Error)


29
30
31
# File 'lib/fog/cloudstack/models/compute/flavor.rb', line 29

def destroy
  raise Fog::Errors::Error.new('Destroying a flavor is not supported')
end

#saveObject

Raises:

  • (Fog::Errors::Error)


25
26
27
# File 'lib/fog/cloudstack/models/compute/flavor.rb', line 25

def save
  raise Fog::Errors::Error.new('Creating a flavor is not supported')
end