
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
15 lines
703 B
ReStructuredText
15 lines
703 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.vm.customization.NameGenerator: ../../../vim/vm/customization/NameGenerator.rst
|
|
|
|
|
|
vim.vm.customization.CustomNameGenerator
|
|
========================================
|
|
Specifies that the VirtualCenter server will launch an external application to generate the (hostname/IP). The command line for this application must be specified in the server configuration file (vpxd.cfg) in the vpxd/name-ip-generator key.
|
|
:extends: vim.vm.customization.NameGenerator_
|
|
|
|
Attributes:
|
|
argument (`str`_, optional):
|
|
|
|
An optional argument that is passed to the utility for this IP address. The meaning of this field is user-defined in the script.
|