vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostSiteMaintenanceStatus(vim.vsan.HostSiteMaintenanceStatus)
- Property of
- VsanSiteMaintenanceInfo
- Extends
- DynamicData
- See also
- HostSystem
- Since
- vSphere API Release 9.1.0.0
Data Object Description
This class describes the fault domain maintenance status on a target host.Properties
| Name | Type | Description |
|---|---|---|
| host | ManagedObjectReference
to a HostSystem |
Target host.
|
| hostCount* | xsd:long |
If the host is in fault domain maintenance mode, this attribute represents the number
of hosts involved in the fault domain maintenance operation that placed the host
into maintenance mode; otherwise it will be left as unset.
|
| hosts* | xsd:string[] |
If the host is in fault domain maintenance mode, this attribute represents the
UUIDs of hosts involved in the fault domain maintenance operation that placed
the host into maintenance mode; otherwise it will be left as unset.
Since 9.1.0.0 |
| startTime* | xsd:dateTime |
Represents the start time of the fault domain maintenance operation that places the
host into fault domain maintenance mode, if the host is already in fault domain maintenance
mode; otherwise it will be left as unset.
|
| state* | xsd:string |
The fault domain maintenance state of the host; unset if the host is not connected. See VsanSiteMaintenanceState |
| statusUpdateTime* | xsd:long |
Represents the timestamp of the most recent fault domain maintenance status update
which could be triggered by both vCenter and hosts. If the host was never
in fault domain maintenance mode, it will be left as unset. Unit in nanosecond.
Since 9.1.0.0 |
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |