Skip to content

Commit a2f0709

Browse files
authored
Merge pull request #63 from tianhao64/master
VMware Cloud on AWS 1.4
2 parents fd624e7 + 346f5b1 commit a2f0709

26 files changed

+276
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Table of Contents
55
- [Abstract](#abstract)
66
- [Supported vCenter Releases](#supported-vcenter-releases)
7+
- [Supported NSX-T Releases](#supported-nsx-t-releases)
78
- [VMware Cloud on AWS Support](#vmware-cloud-on-aws-support)
89
- [Quick Start Guide](#quick-start-guide)
910
- [Run SDK Samples](#run-sdk-samples)
@@ -22,6 +23,9 @@ The samples have been developed to work with python 2.7.x and 3.3+
2223
vCenter 6.0, 6.5 and 6.7.
2324
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information.
2425

26+
## Supported NSX-T Releases
27+
NSX-T 2.2
28+
2529
## VMware Cloud on AWS Support
2630
The VMware Cloud on AWS API and samples are currently available as a preview and are subject to change in the future.
2731

doc/client.zip

41.7 KB
Binary file not shown.
3.69 MB
Binary file not shown.
3.62 MB
Binary file not shown.

doc/vmc.zip

83.2 KB
Binary file not shown.
2.35 MB
Binary file not shown.
2.35 MB
Binary file not shown.

lib/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ vapi_runtime | vAPI runtime responsible for serialization/
88
vapi_vmc_client | Handles VMC CSP authentication process
99
vapi_client_bindings | Client stubs for vSphere Automation APIs
1010
vmc_client_bindings | Client stubs for VMware Cloud Services APIs
11+
nsx-policy-python-sdk | Client stubs for VMware NSX-T Policy APIs
12+
vmc-app-python-sdk | Client stubs for VMware NSX-T VMC app APIs (for AWS underlay management)
13+
vapi-common-client | Common client code libraries

lib/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<a href='vapi-client-bindings/'>vapi-client-bindings</a><br/>
77
<a href='vmc-client-bindings/'>vmc-client-bindings</a><br/>
88
<a href='vapi-runtime/'>vapi-runtime</a><br/>
9+
<a href='nsx-policy-python-sdk/'>nsx-policy-python-sdk</a><br/>
10+
<a href='vmc-app-python-sdk/'>vmc-app-python-sdk</a><br/>
911
</body>
1012
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href='nsx_policy_python_sdk-2.2.0.0.0.15184434-py2.py3-none-any.whl'>nsx_policy_python_sdk-2.2.0.0.0.15184434-py2.py3-none-any.whl</a><br />

0 commit comments

Comments
 (0)