Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Vsphere::Folder

Public Instance Methods

to_s() click to toggle source
# File lib/fog/vsphere/models/compute/folder.rb, line 20
def to_s
  name
end
vms() click to toggle source
# File lib/fog/vsphere/models/compute/folder.rb, line 15
def vms
  return [] if type.to_s != 'vm'
  service.servers(:folder => path, :datacenter => datacenter)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.