VsanUpgradeSystemUpgradeHistoryItem

VsanUpgradeSystemUpgradeHistoryItem
VsanUpgradeSystemUpgradeHistoryItem

Captures one "log entry" of an upgrade process.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timestamp": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "message": "string",
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string As date-time As date-time
timestamp
Required

Time stamp when the history is record.

host
Optional

Reference to an instance of the HostSystem managed object.

string
message
Required

Description of the history item.

task
Optional

Reference to an instance of the Task managed object.