SettingsDepotsAddonSummary

The AddonSummary structure contains fields that describe the summary of an addon.


Properties

string
display_name Required

Human readable name of the addon.


string
vendor Required

Vendor of the addon. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.


versions Required

Different versions of the addon.

JSON Example

{
	"display_name": "string",
	"vendor": "string",
	"versions": [
		{
			"display_version": "string",
			"version": "string"
		}
	]
}

Feedback

Was this page helpful?