EvacuateVsanNodeRequestType

EvacuateVsanNodeRequestType
EvacuateVsanNodeRequestType

The parameters of EvacuateVsanNode_Task.

JSON Example
{
    "maintenanceSpec": {
        "_typeName": "string",
        "vsanMode": {
            "_typeName": "string",
            "objectAction": "string"
        },
        "purpose": "string"
    },
    "timeout": 0
}
maintenanceSpec
Required

Specifies the data evacuation mode. See HostMaintenanceSpec. If unspecified, the default mode chosen will be ensureObjectAccessibility.

integer As int32 As int32
timeout
Required

Time to wait for the task to complete in seconds. If the value is less than or equal to zero, there is no timeout. The operation fails with a Timedout exception if it timed out.