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   Read-Only  
Constraints: minLength: 1

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

integer As int64 As int64
size
Required   Read-Only  
Constraints: exclusiveMinimum: 0

Binary size

string
checksum
Required   Read-Only  
Constraints: minLength: 1

Binary checksum for the artifact

array of Metadata
metadata
Read-Only  

Metadata information for additional binary processing

Property Of