SettingsHardwareSupportManagersPackagesVersionsRemovedComponentInfo

The Versions.RemovedComponentInfo structure defines the information regarding a component removed by the HSP manifest.


Properties

string
display_name Required

Display name of the component.


string
name 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.

JSON Example

{
	"display_name": "string",
	"name": "string"
}

Feedback

Was this page helpful?