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",
            "changeId": "string",
            "publicName": "string",
            "releaseURL": "string",
            "additionalMetadata": "string",
            "automatedInstall": false,
            "lifecycleManagedBy": "string"
        }
    ],
    "isApplicable": false,
    "notApplicableReason": "string",
    "sku": [
        {
            "name": "string",
            "description": "string",
            "skuSpecificPatchBundles": [
                {
                    "bundleType": "string",
                    "bundleVersion": "string",
                    "version": "string"
                }
            ],
            "bom": [
                {
                    "name": "string",
                    "version": "string",
                    "changeId": "string",
                    "publicName": "string",
                    "releaseURL": "string",
                    "additionalMetadata": "string",
                    "automatedInstall": false,
                    "lifecycleManagedBy": "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",
    "minInstallerVersion": "string"
}
reasonNotApplicable
Read-Only  

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.

array of MessagePack
reasonsNotApplicable
Read-Only  

List of Incompatibility details for not applicable

array of MessagePack
warnings
Read-Only  

List of warning messages for product compatibility

alternativeApplicableSddcManagerVersions
Read-Only  

List of AlternativeApplicableSddcManagerVersions

string
applicabilityStatus
Read-Only  

Whether bundle is applicable or not.

string
product
Required   Read-Only  
Constraints: minLength: 1

Name of the product e.g. "VCF"

string
version
Required   Read-Only  
Constraints: minLength: 1

Version of the release

string
minCompatibleVcfVersion
Read-Only  

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

string
description
Required   Read-Only  

Release description with all major features.

string
releaseDate
Required   Read-Only  

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

Release bill of materials

boolean
isApplicable
Read-Only  

[Deprecated] Whether bundle is applicable or not.

string
notApplicableReason
Read-Only  

[Deprecated] Incompatibility reason for not applicable.

sku
Read-Only  

Release sku specific patch and bill of materials

updates
Read-Only  

Collection of release updates

array of PatchBundle
patchBundles
Read-Only  

List of patch bundles in this release

string
eol
Read-Only  

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
Read-Only  

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

string
minInstallerVersion
Read-Only  

Minimum installer version, e.g. 9.0.0.0