Parent

Class/Module Index [+]

Quicksearch

CondorCloud::IPAgent

Attributes

address[RW]

Public Instance Methods

addresses() click to toggle source

This method must return an Array of 'CondorAddress' objects

CondorAddress.new, CondorAddress.new
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 33
def addresses; end
find_free_mac() click to toggle source
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 27
def find_free_mac
  return nil
end
find_ip_by_mac(mac) click to toggle source
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 26
def find_ip_by_mac(mac); end
find_mac_by_ip(ip) click to toggle source
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 25
def find_mac_by_ip(ip); end

[Validate]

Generated with the Darkfish Rdoc Generator 2.