ProductBinary

ProductBinary
ProductBinary

Component bit binary info to be used as part of patch download from depot.

JSON Example
{
    "fileName": "string",
    "size": 0,
    "checksum": "string",
    "metadata": [
        {
            "tag": "string",
            "configuration": [
                {
                    "key": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
string
fileName
Required

File name for the product binary. Supported product types VC/ESXi/NSX/SDDC-M,etc

integer As int64 As int64
size
Required

Binary size

string
checksum
Required

Binary checksum for the artifact

array of Metadata
metadata
Optional

Metadata information for additional binary processing

Property Of