esx settings: solution component details
The
solution_component_details
structure contains information that provide more details about component registered by the solution from depot.Representation:
{
"component" : "obj-103",
"display_version" : "string",
"vendor" : "string",
"display_name" : "string"
}
"component" : "obj-103",
"display_version" : "string",
"vendor" : "string",
"display_name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
component | string | 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 . |
display_name | string | Display name of the component. |
vendor | string | Vendor of the component. |
Optional | ||
display_version | string | Human readable version of the component. Optional. unset if no version is provided for the component. |