Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
23
stars
20
forks
source link
Enhancement: Refactored GW firewall rule commands to use argparse. #118
Enhancement:
The following commands have been updated to use argparse:
./pyVMC.py gwfw new-cgw-rule
./pyVMC.py gwfw new-mgw-rule
./pyVMC.py gwfw remove-cgw-rule
./pyVMC.py gwfw remove-mgw-rule
./pyVMC.py gwfw show-cgw-rule
./pyVMC.py gwfw show-mgw-rule
Enhancement: The following commands have been updated to use argparse: ./pyVMC.py gwfw new-cgw-rule ./pyVMC.py gwfw new-mgw-rule ./pyVMC.py gwfw remove-cgw-rule ./pyVMC.py gwfw remove-mgw-rule ./pyVMC.py gwfw show-cgw-rule ./pyVMC.py gwfw show-mgw-rule
Signed-off-by: Tom Twyman ttwyman@vmware.com