VsanHostEMMSummary

VsanHostEMMSummary
VsanHostEMMSummary

Host maintainence mode and vSAN node decommission state.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostname": "string",
    "inMaintenanceMode": false,
    "inDecomState": false
}
string
hostname
Optional

The host name.

boolean
inMaintenanceMode
Optional

The host maintenance mode state.

If this host is in maintenance mode, return True If this host is entering or exiting maintenance mode, the value is Unset(None) If this host is not in maintenance mode, return False

boolean
inDecomState
Optional

The vSAN node decommission state.

If vSAN node is in decommission state, return True If vSAN node is entering or existing decommission state, the value is Unset(None) If vSAN node is not in decommission state, return False