diff --git a/docs/client/samples/vSphere-Automation-Client-SDK-Python-Samples-README.html b/docs/client/samples/vSphere-Automation-Client-SDK-Python-Samples-README.html index 7d2e03a6..dbf63a6f 100644 --- a/docs/client/samples/vSphere-Automation-Client-SDK-Python-Samples-README.html +++ b/docs/client/samples/vSphere-Automation-Client-SDK-Python-Samples-README.html @@ -138,28 +138,28 @@ The following table shows the sample sub-directories and their contents. - - - - - - + + + + + +
DirectoryDescription
vsphere.samples.commonSamples common classes and abstractions; This package does NOT contain any sample
vsphere.samples.vim.helpersSamples and utilities for accessing and manipulating VC objects using pyVmomi
vsphere.samples.lookupserviceService discovery sample using lookup service APIs
vsphere.samples.vcentervAPI samples for managing vSphere infrastructure and virtual machines
vsphere.samples.workflowVarious vAPI work flow samples
vsphere.samples.inventorySamples for inventory APIs for retrieving information about vCenter datastore and network objects.
samples.vsphere.commonSamples common classes and abstractions; This package does NOT contain any sample
samples.vsphere.vim.helpersSamples and utilities for accessing and manipulating VC objects using pyVmomi
samples.vsphere.lookupserviceService discovery sample using lookup service APIs
samples.vsphere.vcentervAPI samples for managing vSphere infrastructure and virtual machines
samples.vsphere.workflowVarious vAPI work flow samples
samples.vsphere.inventorySamples for inventory APIs for retrieving information about vCenter datastore and network objects.

vAPI Samples for Managing vSphere Infrastructure and Virtual Machines

-The directory vsphere.samples.vcenter contains samples for the vSphere infrastructure and virtual machine APIs. +The directory samples.vsphere.vcenter contains samples for the vSphere infrastructure and virtual machine APIs. You have two options to run samples inside this package:

  1. - Run the whole sample suite which contains all vCenter samples using main.py in vsphere.samples.vcenter.setup package. Please see the README in the setup package for detailed steps. + Run the whole sample suite which contains all vCenter samples using main.py in samples.vsphere.vcenter.setup package. Please see the README in the setup package for detailed steps.
  2. Run an individual sample in an existing environment. You can either pass the environment parameters through command line arguments or specify them in setup.py in the setup package.
    - For example, to run the create_default_vm sample in the vsphere.samples.vcenter.vm.create package: + For example, to run the create_default_vm sample in the samples.vsphere.vcenter.vm.create package: