Skip to content

Commit 83fc3ff

Browse files
authored
Merge pull request #154 from ggoodvmw/master
Upgrade NSX-T libraries to M7
2 parents cabe7da + 152afa7 commit 83fc3ff

15 files changed

+13
-8
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vCenter 6.0, 6.5 and 6.7.
2525
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.
2626

2727
## Supported NSX-T Releases
28-
NSX-T 2.2
28+
NSX-T 2.2, 2.3, VMC 1.7
2929

3030
## VMware Cloud on AWS Support
3131
The VMware Cloud on AWS API and samples are currently available as a preview and are subject to change in the future.
@@ -238,8 +238,10 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v
238238

239239
### NSX API Documentation
240240

241-
* [NSX Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) - primary API for managing logical networks
242-
* [NSX VMC Cloud Service](https://vmware.github.io/vsphere-automation-sdk-python/nsx/vmc_app/index.html) - for managing AWS underlay networks
241+
* [NSX Manager APIs](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx/index.html) - API for managing NSX-T cluster and transport nodes for on-prem customers
242+
* [NSX Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) - primary API for managing logical networks for on-prem customers
243+
* [NSX VMC Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_vmc_policy/index.html) - primary API for managing logical networks for VMC customers
244+
* [NSX VMC AWS Integration APIs](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_vmc_aws_integration/index.html) - API for managing AWS underlay networks for VMC customers
243245

244246
## Troubleshooting
245247

lib/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href='vapi-runtime/'>vapi-runtime</a><br/>
99
<a href='nsx-python-sdk/'>nsx-python-sdk</a><br/>
1010
<a href='nsx-policy-python-sdk/'>nsx-policy-python-sdk</a><br/>
11-
<a href='vmc-app-python-sdk/'>vmc-app-python-sdk</a><br/>
11+
<a href='nsx-vmc-policy-python-sdk/'>nsx-vmc-policy-python-sdk</a><br/>
12+
<a href='nsx-vmc-aws-integration-python-sdk/'>nsx-vmc-aws-integration-python-sdk</a><br/>
1213
</body>
1314
</html>

lib/nsx-policy-python-sdk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl'>nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl</a><br />
1+
<a href='nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl'>nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl</a><br />

lib/nsx-python-sdk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl'>nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl</a><br />
1+
<a href='nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl'>nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl</a><br />
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href='nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl'>nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl</a><br />
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href='nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl'>nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl</a><br />

lib/vmc-app-python-sdk/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ vapi-client-bindings == 3.0.0
66
vmc-client-bindings
77
nsx-python-sdk
88
nsx-policy-python-sdk
9-
vmc-app-python-sdk
9+
nsx-vmc-policy-python-sdk
10+
nsx-vmc-aws-integration-python-sdk

0 commit comments

Comments
 (0)