DomainFutureRelease

DomainFutureRelease
DomainFutureRelease

Model for releases with details if applicable to current domain version or not.

JSON Example
{
    "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"
}
reasonNotApplicable
Optional

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.

reasonsNotApplicable
Optional

List of Incompatibility details for not applicable

warnings
Optional

List of warning messages for product compatibility

alternativeApplicableSddcManagerVersions
Optional

List of AlternativeApplicableSddcManagerVersions

string
applicabilityStatus
Optional

Whether bundle is applicable or not.

string
product
Required

Name of the product e.g. "VCF"

string
version
Required

Version of the release

string
minCompatibleVcfVersion
Required

Minimum compatible VCF version, used to represent compatibility of SDDC Manager and VMware BOM components

string
description
Required

Release description with all major features.

string
releaseDate
Required

Release date e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

bom
Required

Release bill of materials

boolean
isApplicable
Optional

[Deprecated] Whether bundle is applicable or not.

string
notApplicableReason
Optional

[Deprecated] Incompatibility reason for not applicable.

sku
Optional

Release sku specific patch and bill of materials

updates
Optional

Collection of release updates

patchBundles
Optional

List of patch bundles in this release

string
eol
Optional

Release eol information e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

string
upgradeOrder
Optional

Custom upgrade order. Comma separated list of components in upgrade order. Supported components types: NSX_T_MANAGER, VCENTER, ESX_HOST.