# File lib/fog/compute/models/vcloud/network.rb, line 23 def ips load_unless_loaded! Fog::Vcloud::Compute::Ips.new( :connection => connection, :href => links.detect { |link| link[:name] == "IP Addresses" }[:href] ) end
Generated with the Darkfish Rdoc Generator 2.