mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 01:39:58 -05:00
.. | ||
discovery_and_plan | ||
hcl | ||
helper | ||
hvc | ||
setup | ||
topologysvc | ||
vm | ||
vstats | ||
__init__.py | ||
README.md |
This directory contains samples for the vSphere infrastructure and virtual machine APIs. You have two options to run samples inside this package:
-
Run all samples under vcenter folder using main.py in samples.vsphere.vcenter.setup package. Please see the README for more details.
-
Run an individual sample in an existing environment. You can either pass the environment parameters through command line arguments or specify them in testbed.py in the setup package.
For example, to run the create_default_vm sample in the vsphere.samples.vcenter.vm.create package:
* with the testbed settings specified in testbed.py in a Linux machine: $ python samples/vsphere/vcenter/vm/create/create_default_vm.py -v * Or specify the credentials using command line parameters: $ python samples/vsphere/vcenter/vm/create/create_default_vm.py -s <server> -u <username> -p <password> -v