VsanSiteMaintenanceInfo
This class provides information regarding the maintenance mode status for a site within a stretched cluster.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"faultDomainName": "string",
"state": "string",
"trackingTask": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hostStatus": [
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"state": "string",
"startTime": "string",
"hostCount": 0,
"hosts": [
"string"
],
"statusUpdateTime": 0
}
],
"statusUpdateTime": 0
}
User friendly name of the fault domain.
The maintenance state of the fault domain.
See also VsanSiteMaintenanceStateEnum.
A task that is executing the fault domain maintenance action.
This will be unset if there is no on-going task.
Fault domain maintenance status of connected hosts in the site.
If no host is connected, this field will be unset.
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.