Class: CondorCloud::IPAgent
- Inherits:
-
Object
- Object
- CondorCloud::IPAgent
show all
- Defined in:
- lib/deltacloud/drivers/condor/ip_agents/default.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
23
24
25
|
# File 'lib/deltacloud/drivers/condor/ip_agents/default.rb', line 23
def address
@address
end
|
Instance Method Details
#addresses ⇒ Object
This method must return an Array of ‘CondorAddress’ objects
- CondorAddress.new, CondorAddress.new
33
|
# File 'lib/deltacloud/drivers/condor/ip_agents/default.rb', line 33
def addresses; end
|
#find_free_mac ⇒ Object
27
28
29
|
# File 'lib/deltacloud/drivers/condor/ip_agents/default.rb', line 27
def find_free_mac
return nil
end
|
#find_ip_by_mac(mac) ⇒ Object
26
|
# File 'lib/deltacloud/drivers/condor/ip_agents/default.rb', line 26
def find_ip_by_mac(mac); end
|
#find_mac_by_ip(ip) ⇒ Object
25
|
# File 'lib/deltacloud/drivers/condor/ip_agents/default.rb', line 25
def find_mac_by_ip(ip); end
|