From b16396bf741531cbf3e843c1ba28f54218897860 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Wed, 18 Jan 2017 15:51:24 -0800 Subject: [PATCH] Create README.md --- vsphere/samples/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vsphere/samples/README.md diff --git a/vsphere/samples/README.md b/vsphere/samples/README.md new file mode 100644 index 00000000..c7cc828a --- /dev/null +++ b/vsphere/samples/README.md @@ -0,0 +1,12 @@ +#Client Samples + +The following table shows the sample sub-directories and their contents. + +Directory | Description +------------------------------- | ------------- +vsphere.samples.common | Samples common classes and abstractions; This package does NOT contain any sample +vsphere.samples.vim.helpers | Samples and utilities for accessing and manipulating VC objects using pyVmomi +vsphere.samples.lookupservice | Service discovery sample using lookup service APIs +vsphere.samples.vcenter | vAPI samples for managing vSphere infrastructure and virtual machines +vsphere.samples.workflow | Various vAPI work flow samples +vsphere.samples.inventory | Samples for inventory APIs for retrieving information about vCenter datastore and network objects.