Important
This project is under development. All source code and features on the main branch are for the purpose of testing or evaluation and not production ready.
Library to access and manipulate VMware products: ESXi, VCSA and NSX.
Important
This module requires vsphere-automation-sdk
to work.
Please add vsphere-automation-sdk
to your requirements file or install it manually:
pip install vsphere-automation-sdk @ git+https://github.com/vmware/[email protected]
set_forged_transmit(self, name: str, enable: bool = True) -> None
- set forged transmit policy on portgroupchange_ens_fpo_support(self, enable: bool, vds: str | None = None) -> None
- enable or disable FPO supportset_mac_change_policy(self, portgroup_name: str, enable: bool = True) -> None
- set MAC change policy on portgroup
ESXi >= 7.0 NSX >= 3.2, INFRA api only
If you encounter any bugs or have suggestions for improvements, you're welcome to contribute directly or open an issue here.