LicenseServerSource

LicenseServerSource
LicenseServerSource

Deprecated as of vSphere API 4.0, this is not used by the system.

Specify a license server reachable via IPv4 network.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "licenseServer": "string"
}
string
licenseServer
Required

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.