vSAN Management API


Data Object - VsanComponentBasicInfo(vim.cluster.VsanComponentBasicInfo)

Property of
VsanComponentPlacement
Extends
DynamicData
See also
DiskInfo
Since
9.1.0.0

Data Object Description

vSAN component basic information. The component information includes the component UUID, component state, owner host, and else. This information is only valid when the component type is "Component" without any children.

Properties

Name Type Description
cacheDiskInfo*DiskInfo

Cache disk information. Used when the component is in vSAN OSA environment.
capacityDiskInfo*DiskInfo

Capacity disk information. Supported for both vSAN OSA and ESA environment. Unset if the component is in abnormal state like 'stale' or 'absent'.
componentStatexsd:string

Component state. This variable will be one of the enums pre-defined in VsanComponentStateTypes.
faultDomainName*xsd:string

Fault domain name. Used when the component is in a stretched cluster.
faultDomainUuid*xsd:string

Fault domain UUID. Used when the component is in a stretched cluster.
hostNamexsd:string

Owner host name.
hostNodeUuidxsd:string

Owner host node UUID.
uuidxsd:string

Component UUID.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition