pyvmomi icon indicating copy to clipboard operation
pyvmomi copied to clipboard

VMware vSphere API Python Bindings

Results 126 pyvmomi issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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: -...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### Describe the bug When installing the pyvmomi package version 9.0.0.0, the `vmodl` directory doesn't come with it. Repository structure: ![Image](https://github.com/user-attachments/assets/e23a59d5-8d90-48ce-ad40-bab72d125aca) Structure locally: ![Image](https://github.com/user-attachments/assets/f169b577-0576-4326-a25d-64cfd6b0fa33) When importing: ![Image](https://github.com/user-attachments/assets/4ad5dffe-9df8-40f6-be89-6fd1a83fb9ca) ### Reproduction steps...

bug