.. _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.
|