pyvmomi
pyvmomi copied to clipboard
VMware vSphere API Python Bindings
### Describe the bug Attempting to use `copy.deepcopy()` fails when using a `pyVim.connect.VimSessionOrientedStub`, while (since the fix introduced in a90023fedfeda48cb1824200dc4530084215f99e) it works correctly for the bare `pyVmomi.SoapStubAdapter`. ### Reproduction steps...
### Is your feature request related to a problem? Please describe. When we use `vim.vm.guest.ProcessManager.ListProcesses` to get the status of a list of PIDs, we get the following attributes: -...
### Is your feature request related to a problem? Please describe. We build an `env` with the `python` packages. When we package it up into an `rpm`, we get dozens...
### Is your feature request related to a problem? Please describe. Hello dear pyVmomi developers! There is Broadcom KB [344063](https://knowledge.broadcom.com/external/article/344063/configuring-the-network-dump-collector-s.html) which allows to set or get ESXi Dump Collector with...
### Is your feature request related to a problem? Please describe. Our project requires building all dependencies from source for security and compliance reasons (e.g., following SLSA 3). Since pyVmomi...
### Describe the bug When installing the pyvmomi package version 9.0.0.0, the `vmodl` directory doesn't come with it. Repository structure:  Structure locally:  When importing:  ### Reproduction steps...