SoftwareInfo

SoftwareInfo
SoftwareInfo

SoftwareSpec contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

JSON Example
{
    "addOn": {
        "displayName": "string",
        "displayVersion": "string",
        "name": "DELL-sample-Addon",
        "vendor": "Dell",
        "version": "2.0-1"
    },
    "baseImage": {
        "details": {
            "displayName": "7.0.0-0.0.30340198",
            "displayVersion": "string",
            "releaseDate": {
                "calendarType": "string",
                "firstDayOfWeek": 0,
                "lenient": false,
                "minimalDaysInFirstWeek": 0,
                "time": "string",
                "timeInMillis": 0,
                "timeZone": {
                    "displayName": "string",
                    "dstsavings": 0,
                    "id": "string",
                    "rawOffset": 0
                },
                "weekDateSupported": false,
                "weekYear": 0,
                "weeksInWeekYear": 0
            }
        },
        "version": "7.0.0-0.0.30340198"
    },
    "components": {
        "components": {
            "details": {
                "displayName": "string",
                "displayVersion": "string",
                "vendor": "intel"
            },
            "version": "1.3.2.8-1OEM.650.0.0.4598673"
        }
    },
    "hardwareSupport": {
        "packages": {
            "packages": {
                "pkg": "string",
                "version": "string"
            }
        }
    }
}
addOn
Optional

AddOn contains bits to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

baseImage
Required

BaseImage contains bits to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

object
components
Optional

Personality components

hardwareSupport
Optional

Hardware support contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.