mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 09:19:59 -05:00
Upgrade to NSX M16 release (#290)
Signed-off-by: Vandit Mehta <vmehta@vmware.com> Co-authored-by: Vandit Mehta <vmehta@vmware.com>
This commit is contained in:
parent
21bfedbc91
commit
ba7d4e0742
@ -9,6 +9,6 @@ vapi_client_bindings | Client stubs for vSphere Automation APIs
|
||||
vmc_client_bindings | Client stubs for VMware Cloud on AWS Console APIs
|
||||
vmc_draas_client_bindings | Client stubs for VMware Cloud (VMC) Disaster Recovery as a Service (DRaaS) APIs
|
||||
nsx-python-sdk | Client stubs for VMware NSX-T APIs
|
||||
nsx-policy-python-sdk | Client stubs for VMware NSX-T Policy APIs
|
||||
vmc-app-python-sdk | Client stubs for VMware NSX-T VMC app APIs (for AWS underlay management)
|
||||
nsx-vmc-policy-python-sdk | Client stubs for VMware NSX-T on VMC Policy APIs
|
||||
nsx-vmc-aws-integration-python-sdk | Client stubs for VMware NSX-T AWS integration app APIs (for AWS underlay management)
|
||||
vapi-common-client | Common client code libraries
|
||||
|
@ -1 +1 @@
|
||||
<a href='nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />
|
||||
<a href='nsx_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'>nsx_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl</a><br />
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
<a href='nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />
|
||||
<a href='nsx_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'>nsx_python_sdk-3.1.3.2.0-py2.py3-none-any.whl</a><br />
|
||||
|
Binary file not shown.
BIN
lib/nsx-python-sdk/nsx_python_sdk-3.1.3.2.0-py2.py3-none-any.whl
Normal file
BIN
lib/nsx-python-sdk/nsx_python_sdk-3.1.3.2.0-py2.py3-none-any.whl
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
<a href='nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />
|
||||
<a href='nsx_vmc_aws_integration_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'>nsx_vmc_aws_integration_python_sdk-3.1.3.2.0-py2.py3-none-any.whl</a><br />
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
<a href='nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />
|
||||
<a href='nsx_vmc_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'>nsx_vmc_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl</a><br />
|
||||
|
Binary file not shown.
Binary file not shown.
14
setup.py
14
setup.py
@ -14,13 +14,13 @@ setup(name='vSphere Automation SDK',
|
||||
'lxml >= 4.3.0',
|
||||
'pyVmomi >= 6.7',
|
||||
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.30.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.7.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.30.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.7.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.30.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.54.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.1.3.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.18.0-py2.py3-none-any.whl'.format(os.getcwd()),
|
||||
]
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user