vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostEMMSummary(vim.host.VsanHostEMMSummary)
- Returned by
- VsanQueryHostEMMState
- Extends
- DynamicData
- Since
- vSAN API 6.7
Data Object Description
Host maintainence mode and vSAN node decommission state.Properties
Name | Type | Description |
---|---|---|
hostname* | xsd:string |
The host name.
|
inDecomState* | xsd:boolean |
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
|
inMaintenanceMode* | xsd:boolean |
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
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |