mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 17:29:59 -05:00
Merge pull request #154 from ggoodvmw/master
Upgrade NSX-T libraries to M7
This commit is contained in:
commit
83fc3fffc7
@ -25,7 +25,7 @@ vCenter 6.0, 6.5 and 6.7.
|
||||
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.
|
||||
|
||||
## Supported NSX-T Releases
|
||||
NSX-T 2.2
|
||||
NSX-T 2.2, 2.3, VMC 1.7
|
||||
|
||||
## VMware Cloud on AWS Support
|
||||
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
|
||||
|
||||
### NSX API Documentation
|
||||
|
||||
* [NSX Policy](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) - primary API for managing logical networks
|
||||
* [NSX VMC Cloud Service](https://vmware.github.io/vsphere-automation-sdk-python/nsx/vmc_app/index.html) - for managing AWS underlay networks
|
||||
* [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
|
||||
* [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
|
||||
* [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
|
||||
* [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
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
<a href='vapi-runtime/'>vapi-runtime</a><br/>
|
||||
<a href='nsx-python-sdk/'>nsx-python-sdk</a><br/>
|
||||
<a href='nsx-policy-python-sdk/'>nsx-policy-python-sdk</a><br/>
|
||||
<a href='vmc-app-python-sdk/'>vmc-app-python-sdk</a><br/>
|
||||
<a href='nsx-vmc-policy-python-sdk/'>nsx-vmc-policy-python-sdk</a><br/>
|
||||
<a href='nsx-vmc-aws-integration-python-sdk/'>nsx-vmc-aws-integration-python-sdk</a><br/>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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 />
|
||||
<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 />
|
||||
|
Binary file not shown.
Binary file not shown.
@ -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 />
|
||||
<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.
1
lib/nsx-vmc-aws-integration-python-sdk/index.html
Normal file
1
lib/nsx-vmc-aws-integration-python-sdk/index.html
Normal file
@ -0,0 +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 />
|
Binary file not shown.
1
lib/nsx-vmc-policy-python-sdk/index.html
Normal file
1
lib/nsx-vmc-policy-python-sdk/index.html
Normal file
@ -0,0 +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 />
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
<a href='vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl'>vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl</a><br />
|
Binary file not shown.
@ -6,4 +6,5 @@ vapi-client-bindings == 3.0.0
|
||||
vmc-client-bindings
|
||||
nsx-python-sdk
|
||||
nsx-policy-python-sdk
|
||||
vmc-app-python-sdk
|
||||
nsx-vmc-policy-python-sdk
|
||||
nsx-vmc-aws-integration-python-sdk
|
||||
|
Loading…
Reference in New Issue
Block a user