You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
I'm trying to use the index to find a VM by its name in vsphere (as opposed to anything reported by the agent) rather than the current method of recursively finding all VMs and comparing the name.
dc.vmFolder.find('foo') seems to work as long as the object is in the root and not a folder. However the other find methods don't seem to care.
I'm trying to use the index to find a VM by its name in vsphere (as opposed to anything reported by the agent) rather than the current method of recursively finding all VMs and comparing the name.
dc.vmFolder.find('foo')seems to work as long as the object is in the root and not a folder. However the otherfindmethods don't seem to care.This object is in a
Discovered virtual machinefolder.This is similar to #46. Doesn't seem to matter if I call
dc.find_vm 'foo'ordc.vmFolder.find('foo').