LcmDiscoveryProductCatalogSummary

The ProductCatalog.Summary structure contains information about each VMware product and its corresponding versions that can be associated with vCenter Server.


Properties

string
name Required

A product name that the customer is aware of.


array of string
versions Required

List of versions the customer can select from.

JSON Example

{
	"name": "string",
	"versions": [
		"string"
	]
}

Feedback

Was this page helpful?