SettingsSolutionComponentDetails

The SolutionComponentDetails structure contains information that provide more details about component registered by the solution from depot.


Properties

string
component Required

Identifier of the component. 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.component. 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.component.


string
display_name Required

Display name of the component.


string
display_version Optional

Human readable version of the component. unset if no version is provided for the component.


string
vendor Required

Vendor of the component.

JSON Example

{
	"component": "string",
	"display_name": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?