# File lib/fog/vsphere/models/compute/customvalues.rb, line 14defall(filters = {})
requires:vmcasevmwhenFog::Compute::Vsphere::Serverloadservice.list_vm_customvalues(vm.id)
elseraise'customvalues should have vm'endend
get(key)click to toggle source
# File lib/fog/vsphere/models/compute/customvalues.rb, line 24defget(key)
requires:vmcasevmwhenFog::Compute::Vsphere::Serverloadservice.list_vm_customvalues(vm.id)
elseraise'customvalues should have vm'end.find { |cv|cv.key==key }
end