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
-[VMware Cloud on AWS Support](#vmware-cloud-on-aws-support)
5
7
-[Quick Start Guide](#quick-start-guide)
6
8
-[Installing the required Python Packages](#installing-the-required-python-packages)
7
9
-[Setting up a vSphere Test Environment](#setting-up-a-vsphere-test-environment)
@@ -29,10 +31,13 @@ vSphere Automation and vSphere APIs. To support this combined use, the vSphere A
29
31
samples require the vSphere Management SDK packages (pyVmomi) to be installed on the client.
30
32
The samples have been developed to work with python 2.7.x and 3.3+
31
33
32
-
## Supported vCenter Releases:
34
+
## Supported vCenter Releases
33
35
vCenter 6.0 and 6.5.
34
36
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.
35
37
38
+
## VMware Cloud on AWS Support
39
+
The VMware Cloud on AWS API and samples are currently available as a preview and are subject to change in the future.
40
+
36
41
## Quick Start Guide
37
42
This document will walk you through getting up and running with the Python SDK Samples.
38
43
Prior to running the samples you will need to setup a vCenter test environment and
@@ -55,11 +60,13 @@ The required packages are:
55
60
* pyVmomi
56
61
* suds (suds-jurko for python3+)
57
62
* vapi-client-bindings
63
+
* vmc-client-bindings
64
+
* vapi-vmc-client
58
65
59
66
These dependencies are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
0 commit comments