VsanSiteMaintenanceCheckTaskDetails

VsanSiteMaintenanceCheckTaskDetails
VsanSiteMaintenanceCheckTaskDetails

The detailed information of a running fault domain maintenance precheck task.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hostUuid": "string",
    "maintenanceSpec": {
        "_typeName": "string",
        "vsanMode": {
            "_typeName": "string",
            "objectAction": "string"
        },
        "purpose": "string",
        "evacMode": {
            "_typeName": "string",
            "workloadNonDisruptive": false
        }
    },
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "siteMaintenanceSpec": {
        "_typeName": "string",
        "faultDomainName": "string"
    }
}
cluster
Required

The managed object of the cluster on which the task is running.

siteMaintenanceSpec
Required

The specification of fault domain maintenance precheck task.