# File lib/fog/vcloud/models/compute/network.rb, line 18 def parent_network return nil if configuration[:ParentNetwork].nil? @parent_network ||= Fog::Vcloud::Compute::Network.new( :connection => connection, :collection => Fog::Vcloud::Compute::Networks.new(:connection => connection), :href => configuration[:ParentNetwork][:href] ) end
Generated with the Darkfish Rdoc Generator 2.