pyvmomi
pyvmomi copied to clipboard
VMware vSphere API Python Bindings
### Describe the bug Run `mypy` on code using pyvmomi, mypy will throw an error: ``` AssertionError: Cannot find component 'ByTime' for 'pyVmomi.vim.event.EventFilterSpec.ByTime' ``` ### Reproduction steps `pip install pyvmomi==8.0.3.0.1...
### Describe the bug File "/tmp/pip-install-qrfzps_2/pyvmomi_eb551e3266b44268b27be8d1df5a64d9/setup.py", line 46, in setup( File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 108, in setup return distutils.core.setup(**attrs) File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 184, in setup return run_commands(dist) File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 200,...
### Describe the bug When we run some of our code through mypy, it reports the following issue: ``` error: Exception type must be derived from BaseException (or be a...
### Describe the bug 44d7b9f0c201a92018bac8324542c0adf96aa148 changed the underlying structure of proxy based Connections, which is resulting in a TypeError when any request is issued, such as the initial login request...
Hello, I am using pyVmomi for automation purpose. My aim is to get all VMs along with their last logon time (by any user). I am interested in this last...
### Describe the bug I noticed that accessing host properties from multiple threads is slower than doing so serialy. I wrote a script to reproduce the issue: ```python # ruff:...
### Describe the bug We have an on-prem ESXi 8 server environment deployed which hosts our customers VMs, we make those VMs airnmeccessible via a VMRC, we generate the VMRC...
### Is your feature request related to a problem? Please describe. I have a lot of hosts and datastores it's very lon to get all object ### Describe the solution...
### Describe the bug Type hints for the `VirtualMachine` object aren't correct. The following fields should be optional (according to the documentation): - config - datastore - guest - layout...