vSAN Management API


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
faultDomainNamexsd: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.
statexsd: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
*Need not be set
Show WSDL type definition