1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00
vsphere-automation-sdk-python/samples/vmc
Tianhao He 4959e85281 add expose vm to public internet sample
Sample execution output:

/Users/het/virenv/py36/bin/python /Users/het/github/vsphere-automation-sdk-python/samples/vmc/networks/expose_public_ip.py -r <refreh_token> -o <org_id> -s <sddc_id> --i <private_ip> -c

Wait for task ff09bd7b-22bd-439f-b4cd-154c270a5937 to finish
Checking task status every 2 seconds
Estimated time remaining: -1 minutes

Task ff09bd7b-22bd-439f-b4cd-154c270a5937 finished successfully

 # New firewall rule "Sample firewall rule 100" is added

 # New NAT rule "Sample NAT rule 72" is added

Signed-off-by: Tianhao He <het@vmware.com>
2018-04-23 19:02:20 -07:00
..
helpers Add VMware Cloud on AWS APIs 2017-12-05 16:24:30 -08:00
networks add expose vm to public internet sample 2018-04-23 19:02:20 -07:00
orgs VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00
sddc Add connect to vmc vsphere sample 2018-03-26 13:10:59 -07:00
__init__.py Add VMware Cloud on AWS APIs 2017-12-05 16:24:30 -08:00
README.md VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00

Samples for VMware Cloud on AWS APIs (currently in preview)

The following table shows the sample sub-directories and their contents.

Directory Description
orgs Samples for operations on organizations
sddc Samples for operations on SDDCs
networks Samples for networking APIs
helpers Helper methods used by VMware Cloud on AWS API samples