pyvmomi icon indicating copy to clipboard operation
pyvmomi copied to clipboard

VMware vSphere API Python Bindings

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

### Describe the bug Have below code ``` vsan_spec = vim.VimVsanReconfigSpec( vsanClusterConfig=vim.VsanClusterConfigInfo( defaultConfig=vim.VsanClusterConfigInfoHostDefaultInfo( ) ), dataEfficiencyConfig=vim.VsanDataEfficiencyConfig( compressionEnabled=compress, dedupEnabled=dedup ), modify=True ) ``` It is throwing below error. Any help on...

bug

### Describe the bug When we tried to connect with the below details, it started giving the below error with pyvmomi 8.0.3.0.1 ## Error HTTPProxyConnection.call() missing 2 required positional arguments:...

bug

### Describe the bug Connect to the vCenter server through pyvmomi, obtain the license management object of content.licenseManager, read licenses, and find that there is no license expiration time ###...

bug