Fog::Vcloud::Model
# File lib/fog/vcloud/models/compute/vdc.rb, line 25 def networks @networks ||= Fog::Vcloud::Compute::Networks. new( :service => service, :href => href ) end
# File lib/fog/vcloud/models/compute/vdc.rb, line 31 def vapps @vapps ||= Fog::Vcloud::Compute::Vapps. new( :service => service, :href => href ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.