Method: Vcloud::Core::Vapp#vms

Defined in:
lib/vcloud/core/vapp.rb

#vmsHash

Return the VMs within vApp

Returns:

  • (Hash)

    the VMs contained in the vApp



90
91
92
# File 'lib/vcloud/core/vapp.rb', line 90

def vms
  vcloud_attributes[:Children][:Vm]
end