VAppProductInfo
Information that describes what product a vApp contains, for example, the software that is installed in the contained virtual machines.
{
"_typeName": "string",
"key": 0,
"classId": "string",
"instanceId": "string",
"name": "string",
"vendor": "string",
"version": "string",
"fullVersion": "string",
"vendorUrl": "string",
"productUrl": "string",
"appUrl": "string"
}
A unique key for the product section
Class name for this attribute.
Valid values for classId: Any string except any white-space characters.
Class name for this attribute.
Valid values for instanceId: Any string except any white-space characters.
Name of the product.
Vendor of the product.
Short version of the product, for example, 1.0.
Full-version of the product, for example, 1.0-build 12323.
URL to vendor homepage.
URL to product homepage.
URL to entry-point for application.
This is often specified using a macro, for example, http://${app.ip}/, where app.ip is a defined property on the virtual machine or vApp container.