class Fog::Compute::Ecloud::FirewallAcl

Public Instance Methods

id() click to toggle source
# File lib/fog/ecloud/models/compute/firewall_acl.rb, line 21
def id
  href.scan(%r\d+/)[0]
end
tasks() click to toggle source
# File lib/fog/ecloud/models/compute/firewall_acl.rb, line 17
def tasks
  @tasks = Fog::Compute::Ecloud::Tasks.new(:connection => connection, :href => "/cloudapi/ecloud/tasks/virtualMachines/#{id}")
end