VsanHostEMMSummary
Host maintainence mode and vSAN node decommission state.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"hostname": "string",
"inMaintenanceMode": false,
"inDecomState": false
}
The host name.
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
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