Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::Association

Public Instance Methods

delete() click to toggle source
# File lib/fog/ecloud/models/compute/association.rb, line 12
def delete
  data = service.rnat_associations_delete(href).body
  task = Fog::Compute::Ecloud::Tasks.new(:service => service, :href => href)[0]
end
id() click to toggle source
# File lib/fog/ecloud/models/compute/association.rb, line 17
def id
  href.scan(/\d+/)[0]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.