SettingsSolutionComponentSpec

The SolutionComponentSpec structure contains fields that describe a component registered by a software solution.


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.

JSON Example

{
	"component": "string"
}

Feedback

Was this page helpful?