# File lib/fog/ecloud/models/compute/ips.rb, line 14defallcheck_href!( :messages =>"Ips href of a Network you want to enumerate" )
ifdata = connection.get_network_ips(href).body[:IpAddress]
load(data)
endend
get(uri)click to toggle source
# File lib/fog/ecloud/models/compute/ips.rb, line 21defget(uri)
ifdata = connection.get_network_ip(uri).bodynew(data)
endrescueFog::Errors::NotFoundnilend