1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00
vsphere-automation-sdk-python/samples/vsphere
Tianhao He e7af04409a Remove try/catch block from sample_base.py
There is an bug in the catch block where the exception didn't get
re-raised when cleanup is false. When something goes wrong, it's better
to leave the setup as is for dubugging. Thus removing the try/catch.

Signed-off-by: Tianhao He <het@vmware.com>
2019-02-26 17:39:24 +08:00
..
backuprestore Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
common Remove try/catch block from sample_base.py 2019-02-26 17:39:24 +08:00
compute_policy VMware Cloud on AWS 1.5 2018-09-20 13:41:20 -07:00
contentlibrary signed ova import sample 2018-11-08 16:10:02 +08:00
deferhistoryimport fix format for vc_import_history_common.py 2019-02-11 15:37:20 +08:00
logforwarding Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
services Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
sso VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00
tagging Rewrite tagging sample to use vsphere client 2018-11-21 21:31:19 +08:00
vcenter fix network helper method - 2 2019-02-05 17:30:05 +08:00
__init__.py VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00
README.md update vsphere sample readme 2018-11-28 23:12:26 +08:00

Client Samples

The following table shows the sample sub-directories and their contents.

Directory Description
common Samples common helper classes and abstractions; This package contains one sample 'connect_with_cert.py', to demonstrate how to connect with valid Cert Verification
compute_policy Samples for Compute Policy APIs
contentlibrary Samples for Content Library APIs
tagging Samples for Tagging APIs
vcenter Samples for managing vSphere infrastructure and virtual machines
sso Samples for Platform Service Controller(PSC), SSO and Lookup Service APIs