Data Object - VsanClusterHealthResultColumnInfo(vim.cluster.VsanClusterHealthResultColumnInfo)

Property of
VsanClusterHealthResultTable
Extends
DynamicData
Since
vSphere API 5.5

Data Object Description

This class defines the column information for the vSAN health result, which is used in data driven UI for rendering the health check result. It includes the column label and the data value type in the column.

Properties

Name Type Description
labelxsd:string

The column label
typexsd:string

Type of this column, a valid type can be either of the following: 1. string 2. mor 3. health 4. long 5. float 6. listMor 7. dynamic 8. vsanObjectHealth, which is the enumeration type of all of vSAN object health status Note that "dynamic" means the column type can be either of the 1-6 listed above, and it must follow the convention: For MOR: ManagedObjectReference:: For listMor: ManagedObjectReference::, ManagedObjectReference::, ... For HostReference: HostReferece: or HostReferece: For others: type:, e.g. string:
Properties inherited from DynamicData
None

Show WSDL type definition