Fog::Vcloud::Model
# File lib/fog/vcloud/models/compute/vapp.rb, line 32 def networks @networks ||= Fog::Vcloud::Compute::Networks. new( :connection => connection, :href => href ) end
# File lib/fog/vcloud/models/compute/vapp.rb, line 24 def servers @servers ||= Fog::Vcloud::Compute::Servers. new( :connection => connection, :href => href, :vapp => self ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.