VsanDownloadItem
VsanDownloadItem
Information of a download item
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"url": "string",
"sha1sum": "string",
"formatType": "string",
"itemId": "string"
}
string
url
Required
URL to the download item
string
sha1sum
Required
SHA1 sum of the download item
string
formatType
Optional
An optional format identifier.
string
itemId
Optional
An optional ID for this item.