esx settings: solution spec
The
solution_spec
structure contains fields that describe solution registered in the software specification.Representation:
{
"components" : [
{
"component" : "obj-103"
},
{
"component" : "obj-103"
}
],
"version" : "string"
}
"components" : [
{
"component" : "obj-103"
},
{
"component" : "obj-103"
}
],
"version" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
version | string | Version of the solution. |
components | solution_component_spec[] | Components registered by the solution. |
components[].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 . |