Files
deb-python-pyvmomi/docs/vim/profile/host/HostProfile/HostBasedConfigSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vim.profile.host.HostProfile.HostBasedConfigSpec

The HostProfileHostBasedConfigSpec data object specifies the host from which configuration data is to be extracted and the profile(s) to be created or updated.

extends

vim.profile.host.HostProfile.ConfigSpec

since

vSphere API 4.0

Attributes:

host (vim.HostSystem):

ESX host.

useHostProfileEngine (bool, optional):

Flag indicating if the Profile Engine should use the profile plug-ins present on the host to create the profile. Iftrue, the host Profile Engine uses the vSphere 5.0 (or later) profile plug-ins. The resulting profile is not compatible with legacy hosts (pre 5.0). Iffalseor not specified, the Profile Engine creates a legacy host profile.