VsanUpgradeSystemUpgradeStatus

VsanUpgradeSystemUpgradeStatus
VsanUpgradeSystemUpgradeStatus

Captures the status of a VSAN cluster on-disk format upgrade.

Contains information about progress, result, and a detailed log of operations.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inProgress": false,
    "history": [
        {
            "_typeName": "string",
            "timestamp": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "message": "string",
            "task": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        }
    ],
    "aborted": false,
    "completed": false,
    "progress": 0
}
boolean
inProgress
Required

True if there is an active upgrade process.

If true, other fields are guaranteed to be populated. If false, other fields may reflect a previous upgrade process run, or they may be unset.

history
Optional

Log of a single upgrade task.

Lists all operations performed by the upgrade process in chronological order.

boolean
aborted
Optional

Set if the upgrade process was aborted.

boolean
completed
Optional

Set if the upgrade process has completed successfully.

integer As int32 As int32
progress
Optional

Progress in percent.