CustomizationLicenseFilePrintData

CustomizationLicenseFilePrintData
CustomizationLicenseFilePrintData

The LicenseFilePrintData type maps directly to the LicenseFilePrintData key in the sysprep.xml answer file.

These values are transferred into the sysprep.xml file that VirtualCenter stores on the target virtual disk. For more detailed information, see <a href="https://technet.microsoft.com/en-us/library/cc771830(v=ws.10).aspx"target="_blank">Performing Unattended Installations. LicenseFilePrintData provides licensing information for Windows server operating systems.

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

Enumeration of AutoMode values.

Possible values:

  • perServer: Indicates that client access licenses have been purchased for the server, allowing a certain number of concurrent connections to the VirtualCenter server.
  • perSeat: Indicates that a client access license has been purchased for each computer that accesses the VirtualCenter server.
Possible values are : perServer, perSeat,
integer As int32 As int32
autoUsers
Optional

This key is valid only if AutoMode = PerServer.

The integer value indicates the number of client licenses purchased for the VirtualCenter server being installed.