You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The following information must be included in the README.md or in the sample doc
15
15
* Author Name
16
16
* This can include full name, email address or other identifiable piece of information that would allow interested parties to contact author with questions.
17
17
* Compatible vCenter version
18
-
* This should be the vCenter version when the API is introduced, something like "7.0"+.
18
+
* This should be the vCenter version when the API is introduced, something like "6.5+" or "6.8.1+".
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
-
Copyright (c) 2016-2025 Broadcom, Inc.
3
+
Copyright (c) 2016-2024 Broadcom, Inc.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -47,7 +47,7 @@ SDK package installation commands may differ depending on the environment where
47
47
**NOTE:** The SDK also requires OpenSSL 1.0.1+ in order to support TLS1.1 & 1.2
48
48
49
49
##### 1. Typical Installation
50
-
This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python GitHub](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
50
+
This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
For this type of environment an additional step is required to ensure SDK's dependencies are available.
@@ -147,20 +142,53 @@ Type "help", "copyright", "credits" or "license" for more information.
147
142
148
143
**NOTE:** If you are using Bash, be sure to use single quote for username and password to preserve the values. If you use double quote, you will have to escape special characters, such as "$". See [Bash manual](http://www.gnu.org/software/bash/manual/html_node/Double-Quotes.html)
149
144
145
+
### Connect to VMware Cloud on AWS
146
+
147
+
```python
148
+
from vmware.vapi.vmc.client import create_vmc_client
149
+
150
+
# Connect to VMware Cloud on AWS using refresh token
A vSphere test environment is required with the following configuration:
@@ -181,7 +209,7 @@ Before executing the samples we'll need to setup the vSphere test environment us
181
209
* Create a Distributed Switch
182
210
* Create a Distributed Portgroup
183
211
* Attach the NFS datastore (if Selected) to the hosts
184
-
* Copy the [Photon OS](https://vmware.github.io/photon/) ISO image downloaded from [VMware's bintray server](https://github.com/vmware/photon/wiki/Downloading-Photon-OS#downloading-photon-os-50-ga) to the datastore
212
+
* Copy the [Photon OS](https://vmware.github.io/photon/) ISO image downloaded from [VMware's bintray server](https://dl.bintray.com/vmware/photon) to the datastore
185
213
* Create directories to add sample ports
186
214
187
215
First, edit settings in samples/vsphere/vcenter/setup/testbed.py and replace everything in < > brackets with your environment information. Leave the rest of the settings in this file at their default values.
*[VMware Cloud on AWS REST APIs](https://developer.broadcom.com/xapis/vmware-cloud-on-aws-api-reference/latest/)
274
+
*[VMware Cloud on AWS Console Python APIs](https://vmware.github.io/vsphere-automation-sdk-python/vmc/index.html)
275
+
*[VMware Cloud on AWS Disaster Recovery as a Service (DRaaS) Python APIs](https://vmware.github.io/vsphere-automation-sdk-python/vmc-draas/index.html)
276
+
244
277
245
278
### NSX API Documentation
246
-
*[VMware NSX-T Data Center REST API](https://developer.broadcom.com/xapis/nsx-t-data-center-rest-api/latest/)
279
+
*[NSX-T Data Center](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/index.html)
280
+
*[NSX Manager Python 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
281
+
*[NSX Policy Python APIs](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_policy/index.html) - primary API for managing logical networks for on-prem customers
282
+
*[NSX VMC Policy Python APIs](https://vmware.github.io/vsphere-automation-sdk-python/nsx/nsx_vmc_policy/index.html) - primary API for managing logical networks for VMC customers
283
+
*[NSX VMC AWS Integration Python 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
0 commit comments