Fog::Vcloud::Model
# File lib/fog/compute/models/vcloud/vdc.rb, line 21 def networks @networks ||= Fog::Vcloud::Compute::Networks. new( :connection => connection, :href => href ) end
# File lib/fog/compute/models/vcloud/vdc.rb, line 27 def servers @servers ||= Fog::Vcloud::Compute::Servers. new( :connection => connection, :href => href ) end
# File lib/fog/compute/models/vcloud/vdc.rb, line 33 def tasks @tasks ||= Fog::Vcloud::Compute::Tasks. new( :connection => connection, :href => href + "/tasksList" ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.