VsanHostFwComponent
VsanHostFwComponent
Describe a firmware component which needs the update.
Spec contains various details about the recommendate firmware version.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"url": "string",
"sha1sum": "string",
"currentVersion": "string",
"suggestedVersion": "string",
"componentID": [
"string"
]
}
string
name
Required
Firmware name required update.
string
url
Optional
URL for downloading the suggested firmware update.
string
sha1sum
Optional
SHA1 checksum to check validity for file.
string
currentVersion
Optional
Current version of firmware which needs update.
string
suggestedVersion
Optional
Suggested version of firmware which needs update.
array of
string
componentID
Optional
Unique identifier for Component.