DomainFutureRelease

DomainFutureRelease
DomainFutureRelease

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

JSON Example
{
    "applicabilityStatus": "One among: APPLICABLE, NOT_APPLICABLE",
    "bom": [
        {
            "additionalMetadata": "string",
            "name": "string",
            "publicName": "string",
            "releaseURL": {
                "authority": "string",
                "defaultPort": 0,
                "file": "string",
                "host": "string",
                "path": "string",
                "port": 0,
                "protocol": "string",
                "query": "string",
                "ref": "string",
                "serializedHashCode": 0,
                "userInfo": "string"
            },
            "version": "string"
        }
    ],
    "description": "string",
    "eol": "string",
    "isApplicable": false,
    "minCompatibleVcfVersion": "string",
    "notApplicableReason": "string",
    "patchBundles": [
        {
            "bundleElements": [
                "string"
            ],
            "bundleId": "string",
            "bundleType": "string",
            "cumulativeFromVcfVersion": "string"
        }
    ],
    "product": "string",
    "reasonNotApplicable": {
        "arguments": [
            "string"
        ],
        "component": "string",
        "message": "string",
        "messageKey": "string"
    },
    "releaseDate": "string",
    "sku": [
        {
            "bom": [
                {
                    "additionalMetadata": "string",
                    "name": "string",
                    "publicName": "string",
                    "releaseURL": {
                        "authority": "string",
                        "defaultPort": 0,
                        "file": "string",
                        "host": "string",
                        "path": "string",
                        "port": 0,
                        "protocol": "string",
                        "query": "string",
                        "ref": "string",
                        "serializedHashCode": 0,
                        "userInfo": "string"
                    },
                    "version": "string"
                }
            ],
            "description": "string",
            "name": "string",
            "skuSpecificPatchBundles": [
                {
                    "bundleType": "string",
                    "bundleVersion": "string",
                    "version": "string"
                }
            ]
        }
    ],
    "updates": [
        {
            "baseProductVersion": "string",
            "description": "string",
            "id": "string",
            "productName": "string",
            "releaseDate": "string",
            "releaseUpdateURL": {
                "authority": "string",
                "defaultPort": 0,
                "file": "string",
                "host": "string",
                "path": "string",
                "port": 0,
                "protocol": "string",
                "query": "string",
                "ref": "string",
                "serializedHashCode": 0,
                "userInfo": "string"
            }
        }
    ],
    "version": "string"
}
string
applicabilityStatus
Optional

Whether bundle is applicable or not.

bom
Required

Release bill of materials

string
description
Required

Release description with all major features.

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

boolean
isApplicable
Optional

[Deprecated] Whether bundle is applicable or not.

string
minCompatibleVcfVersion
Required

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

string
notApplicableReason
Optional

[Deprecated] Incompatibility reason for not applicable.

patchBundles
Optional

List of patch bundles in this release

string
product
Required

Name of the product e.g. "VCF"

reasonNotApplicable
Optional

reasonNotApplicable

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

sku
Optional

Release sku specific patch and bill of materials

updates
Optional

Collection of release updates

string
version
Required

Version of the release