pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

Python SDK for VMware vCloud Director

Results 101 pyvcloud issues
Sort by recently updated
recently updated
newest added

By default, organizations are created with the 7 days lease for vApps and vAppTemplates, which is the exception rather than the rule in production, and can have dramatic consequences if...

Fix a possible AttributeError in the following methods when NetworkConnection is not available: - `vm.py:delete_nic()` - `vm.py:update_nic()` Additionally, I applied the same variable names in `update_nic()` method as used in...

This PR adds the method `delete_all_nics` to `vm.py`. The logic is basically the same as in the `delete_nic` method, except that instead of deleting just the NIC with given index,...

### Describe the bug ``` (venv) thuvh@hello:~/tmp$ python exporter.py Traceback (most recent call last): File "exporter.py", line 66, in main() File "exporter.py", line 40, in main org_resources = client.get_org_list() File...

bug

### Describe the bug I have script which can successfully build a vApp, add multiple VMs in and update CPU/RAM and Guest OS Customization. However, I am unable to update...

bug

I'm trying to create en edge gateway with passing external network as the only argument (others are default). The call to vdc.create_gateway_api_version_32() throws OperationNotSupportedException. Debug the code, it seems the...

To help us process your pull request efficiently, please include: - the changes will allow creating org vdc with flex allocation model and enable the elasticity and memory overhead options...

### Is your feature request related to a problem? Please describe. Please add an option to Edge DHCP server. Currently pyvcloud allows to add and manage DHCP Pools entries. However,...

enhancement

To help us process your pull request efficiently, please include: - (Required) Short description of changes in the PR topic line Bugfix for issue #722. This fixes disabling user accounts...

Trough the UI, you can add an OrgVDC network to specific vApp. The network you can select is either an existing one in the VDC or imported one from the...