VsanHclFirmwareFile
VsanHclFirmwareFile
Information about a firmware file used for SCSI controller firmware flashing.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"fileType": "string",
"filenameOrUrl": "string",
"sha1sum": "string"
}
string
fileType
Required
Type of file.
Depends on the vendor and tool.
string
filenameOrUrl
Required
Filename on ESXi, or URL to file.
string
sha1sum
Required
SHA1 hash of the file's contents.