VsanVibInstallPreflightStatus

VsanVibInstallPreflightStatus
VsanVibInstallPreflightStatus

Preflight check status.

Various pieces of information useful to the user before performing a VIB install.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "manualVmotionRequired": false,
    "rollingRequired": false
}
boolean
manualVmotionRequired
Required

True if DRS is not configured/enabled in a way that would automatically move VMs when performing EnterMaintenanceMode_Task().

In such cases vSAN will issue the EnterMaintenanceMode_Task() call, but users need to assist in vMotion of any VMs on that host, either by using DRS manual recommendation application, or by fully manual vMotion.

boolean
rollingRequired
Required

True if there are powered on VMs on the cluster which prevent a all-at-once install of VIBs across the cluster.

Only relevant when the VIBs that need to installed require maintenance mode.