vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanSiteMaintenanceInfo(vim.vsan.SiteMaintenanceInfo)
- Returned by
- VsanQueryClusterSiteMaintenanceState
- Extends
- DynamicData
- See also
- Task, VsanHostSiteMaintenanceStatus
- Since
- vSphere API Release 9.1.0.0
Data Object Description
This class provides information regarding the maintenance mode status for a site within a stretched cluster.Properties
| Name | Type | Description |
|---|---|---|
| faultDomainName | xsd:string |
User friendly name of the fault domain.
|
| hostStatus* | VsanHostSiteMaintenanceStatus[] |
Fault domain maintenance status of connected hosts in the site. If no host is
connected, this field will be unset.
|
| state | xsd:string |
The maintenance state of the fault domain. See VsanSiteMaintenanceState |
| statusUpdateTime* | xsd:long |
Represents the timestamp of the most recent fault domain maintenance status update.
If the site was never in fault domain maintenance mode, it will be left as unset.
Unit in nanosecond.
Since 9.1.0.0 |
| trackingTask* | ManagedObjectReference
to a Task |
A task that is executing the fault domain maintenance action. This will be unset if
there is no on-going task.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |