Files
deb-python-pyvmomi/docs/vim/vm/customization/LinuxPrep.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.4 KiB

vim.vm.customization.LinuxPrep

This is the Linux counterpart to the Windows Sysprep object. LinuxPrep contains machine-wide settings that identify a Linux machine in the same way that the Sysprep type identifies a Windows machine.

extends

vim.vm.customization.IdentitySettings

Attributes:

hostName (vim.vm.customization.NameGenerator):

The network host name of the (Linux) virtual machine.

domain (str):

The fully qualified domain name.

timeZone (str, optional):

The case-sensitive timezone, such as Europe/Sofia. `_ `Valid timeZone values_ are based on the tz (timezone) database used by Linux and other Unix systems. The values are strings (xsd:string) in the form "Area/Location," in which Area is a continent or ocean name, and Location is the city, island, or other regional designation.

hwClockUTC (bool, optional):

Specifies whether the hardware clock is in UTC or local time.
  • True when the hardware clock is in UTC.
  • False when the hardware clock is in local time.