DomainFutureRelease
Model for releases with details if applicable to current domain version or not.
{
"reasonNotApplicable": {
"component": "string",
"messageKey": "string",
"arguments": [
"string"
],
"message": "string",
"bundle": "string"
},
"reasonsNotApplicable": [
{
"component": "string",
"messageKey": "string",
"arguments": [
"string"
],
"message": "string",
"bundle": "string"
}
],
"warnings": [
{
"component": "string",
"messageKey": "string",
"arguments": [
"string"
],
"message": "string",
"bundle": "string"
}
],
"alternativeApplicableSddcManagerVersions": [
{
"version": "string"
}
],
"applicabilityStatus": "One among: APPLICABLE, NOT_APPLICABLE",
"product": "string",
"version": "string",
"minCompatibleVcfVersion": "string",
"description": "string",
"releaseDate": "string",
"bom": [
{
"name": "string",
"version": "string",
"publicName": "string",
"releaseURL": "string",
"additionalMetadata": "string"
}
],
"isApplicable": false,
"notApplicableReason": "string",
"sku": [
{
"name": "string",
"description": "string",
"skuSpecificPatchBundles": [
{
"bundleType": "string",
"bundleVersion": "string",
"version": "string"
}
],
"bom": [
{
"name": "string",
"version": "string",
"publicName": "string",
"releaseURL": "string",
"additionalMetadata": "string"
}
]
}
],
"updates": [
{
"id": "string",
"productName": "string",
"baseProductVersion": "string",
"description": "string",
"releaseUpdateURL": "string",
"releaseDate": "string"
}
],
"patchBundles": [
{
"bundleId": "string",
"bundleType": "string",
"bundleElements": [
"string"
],
"cumulativeFromVcfVersion": "string"
}
],
"eol": "string",
"upgradeOrder": "string"
}
A message pack representing a localizable message and suitable for machine processing. Contains a message key unique in the scope of the specified component, as well as the arguments needed to generate the localized message.
List of Incompatibility details for not applicable
List of AlternativeApplicableSddcManagerVersions
Whether bundle is applicable or not.
Name of the product e.g. "VCF"
Version of the release
Minimum compatible VCF version, used to represent compatibility of SDDC Manager and VMware BOM components
Release description with all major features.
Release date e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
[Deprecated] Whether bundle is applicable or not.
[Deprecated] Incompatibility reason for not applicable.
Release eol information e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Custom upgrade order. Comma separated list of components in upgrade order. Supported components types: NSX_T_MANAGER, VCENTER, ESX_HOST.