# File lib/rbvmomi/vim/VirtualMachine.rb, line 10
  def disks
    self.config.hardware.device.grep(RbVmomi::VIM::VirtualDisk)
  end