VsanVibSpec

VsanVibSpec
VsanVibSpec

Contains information about a VIB to be installed or scanned.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "metaUrl": "string",
    "metaSha1Sum": "string",
    "vibUrl": "string",
    "vibSha1Sum": "string"
}
host
Required

Host onto which this VIB should be installed.

string
metaUrl
Optional

URL to the metadata.zip file for this VIB.

If not provided, it is not possible to determine most of the VIB properties before installing it.

string
metaSha1Sum
Optional

SHA1 sum of the metadata file.

Must be provided if metaUrl field is provided.

string
vibUrl
Required

URL to the .vib file for this VIB.

string
vibSha1Sum
Required

SHA1 sum of the VIB file.