diff --git a/README.md b/README.md index aed97509..afcd0235 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/index.html b/lib/index.html index 0bfb8cc9..3f667244 100644 --- a/lib/index.html +++ b/lib/index.html @@ -8,6 +8,7 @@ vapi-runtime
nsx-python-sdk
nsx-policy-python-sdk
-vmc-app-python-sdk
+nsx-vmc-policy-python-sdk
+nsx-vmc-aws-integration-python-sdk
diff --git a/lib/nsx-policy-python-sdk/index.html b/lib/nsx-policy-python-sdk/index.html index dc2e2e7e..6f140ed9 100644 --- a/lib/nsx-policy-python-sdk/index.html +++ b/lib/nsx-policy-python-sdk/index.html @@ -1 +1 @@ -nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl
+nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl
diff --git a/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl b/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl deleted file mode 100644 index d0ec1a68..00000000 Binary files a/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl and /dev/null differ diff --git a/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl b/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl new file mode 100644 index 00000000..938e7d15 Binary files /dev/null and b/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl differ diff --git a/lib/nsx-python-sdk/index.html b/lib/nsx-python-sdk/index.html index d7da9f3f..2323a492 100644 --- a/lib/nsx-python-sdk/index.html +++ b/lib/nsx-python-sdk/index.html @@ -1 +1 @@ -nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl
+nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl
diff --git a/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl b/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl deleted file mode 100644 index d62aa521..00000000 Binary files a/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl and /dev/null differ diff --git a/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl b/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl new file mode 100644 index 00000000..ef2971c8 Binary files /dev/null and b/lib/nsx-python-sdk/nsx_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl differ diff --git a/lib/nsx-vmc-aws-integration-python-sdk/index.html b/lib/nsx-vmc-aws-integration-python-sdk/index.html new file mode 100644 index 00000000..5f4be7e1 --- /dev/null +++ b/lib/nsx-vmc-aws-integration-python-sdk/index.html @@ -0,0 +1 @@ +nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl
diff --git a/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl b/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl new file mode 100644 index 00000000..9ff27b2e Binary files /dev/null and b/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl differ diff --git a/lib/nsx-vmc-policy-python-sdk/index.html b/lib/nsx-vmc-policy-python-sdk/index.html new file mode 100644 index 00000000..caeea3f1 --- /dev/null +++ b/lib/nsx-vmc-policy-python-sdk/index.html @@ -0,0 +1 @@ +nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl
diff --git a/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl b/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl new file mode 100644 index 00000000..bc108fc8 Binary files /dev/null and b/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-2.3.0.0.3.13851140-py2.py3-none-any.whl differ diff --git a/lib/vmc-app-python-sdk/index.html b/lib/vmc-app-python-sdk/index.html deleted file mode 100644 index 3b833bec..00000000 --- a/lib/vmc-app-python-sdk/index.html +++ /dev/null @@ -1 +0,0 @@ -vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl
diff --git a/lib/vmc-app-python-sdk/vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl b/lib/vmc-app-python-sdk/vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl deleted file mode 100644 index e9b04eaa..00000000 Binary files a/lib/vmc-app-python-sdk/vmc_app_python_sdk-2.3.0.0.2.11053635-py2.py3-none-any.whl and /dev/null differ diff --git a/requirements.txt b/requirements.txt index ae39fe0a..e4cf0d81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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