esx settings: component info
The
component_info structure contains information that describe a specific component version in a software specification.Representation:
{
"details" : {
"vendor" : "string",
"display_version" : "string",
"display_name" : "string"
},
"version" : "string"
}
"details" : {
"vendor" : "string",
"display_version" : "string",
"display_name" : "string"
},
"version" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| details.display_name | string | Display name of the component. |
| details.vendor | string | Vendor of the component. |
| Optional | ||
| version | string | Version of the component. Optional. unset if version is not specified. |
| details | component_details | Details about the component. Optional. unset if component is not present in the depot. |
| details.display_version | string | Human readable version of the component. Optional. unset if no version is provided for the component. |