├── LICENSE.md ├── README.md ├── docs ├── multi-clone.md ├── pysphere-multi-clone.md └── random-vmotion.md ├── fetch-host-mor.py ├── multi-clone.py ├── pysphere-get-vm-ips.py ├── pysphere-multi-clone.py └── random-vmotion.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/README.md -------------------------------------------------------------------------------- /docs/multi-clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/docs/multi-clone.md -------------------------------------------------------------------------------- /docs/pysphere-multi-clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/docs/pysphere-multi-clone.md -------------------------------------------------------------------------------- /docs/random-vmotion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/docs/random-vmotion.md -------------------------------------------------------------------------------- /fetch-host-mor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/fetch-host-mor.py -------------------------------------------------------------------------------- /multi-clone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/multi-clone.py -------------------------------------------------------------------------------- /pysphere-get-vm-ips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/pysphere-get-vm-ips.py -------------------------------------------------------------------------------- /pysphere-multi-clone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/pysphere-multi-clone.py -------------------------------------------------------------------------------- /random-vmotion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdellaert/vSphere-Python/HEAD/random-vmotion.py --------------------------------------------------------------------------------