Methods

Class/Module Index [+]

Quicksearch

Fog::Vcloud::Compute::Vdc

Public Instance Methods

networks() click to toggle source
# File lib/fog/vcloud/models/compute/vdc.rb, line 25
def networks
  @networks ||= Fog::Vcloud::Compute::Networks.
    new( :service => service,
         :href => href )
end
vapps() click to toggle source
# 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.