You provide product information about an extension by setting properties when you instantiate the Extension object in the program that manages the extension. The product information that you set appears in the vSphere web client.
The EAM Sample Solution instantiates the Extension data object in the Manager.java class. The sample solution sets Extension product information properties directly in Manager.java, but you can set the property values in configuration files that the program that manages the extension accesses.
You provided product information about an extension by setting properties in the Extension and ExtExtendedProductInfo data objects.