vmware / python-client-for-vmware-cloud-on-aws

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

Closed fr0gger03 closed 1 year ago

fr0gger03 commented 1 year ago

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