Fog::Vcloud::Model
# File lib/fog/vcloud/models/compute/vapp.rb, line 34 def networks @networks ||= Fog::Vcloud::Compute::Networks. new( :service => service, :href => href ) end
# File lib/fog/vcloud/models/compute/vapp.rb, line 41 def ready? reload_status # always ensure we have the correct status status != '0' end
# File lib/fog/vcloud/models/compute/vapp.rb, line 26 def servers @servers ||= Fog::Vcloud::Compute::Servers. new( :service => service, :href => href, :vapp => self ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.