
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
721 B
ReStructuredText
15 lines
721 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.LicenseManager.LicenseSource: ../../vim/LicenseManager/LicenseSource.rst
|
|
|
|
|
|
vim.LicenseManager.LicenseServer
|
|
================================
|
|
Specify a license server reachable via IPv4 network.
|
|
:extends: vim.LicenseManager.LicenseSource_
|
|
|
|
Attributes:
|
|
licenseServer (`str`_):
|
|
|
|
This property defines the server to establish a TCP session to obtain license data. Format of string is host:port Port is optional unsigned 16 bit integer license server is listening on. A trailing colon ':' without a port number is a valid expression. Host can either be an IPv4 address in dotted quad format or a resolvable DNS name<=254 characters. See RFC 3696.
|