# File lib/fog/vsphere/models/compute/cdroms.rb, line 8 def all(_filters = {}) load service.list_vm_cdroms(instance_uuid) end
# File lib/fog/vsphere/models/compute/cdroms.rb, line 12 def get(unit_number) all.find { |cdrom| cdrom.unit_number == unit_number } end