Data Object - VsanClusterHealthResultTable(vim.cluster.VsanClusterHealthResultTable)

Extends
VsanClusterHealthResultBase
See also
VsanClusterHealthResultColumnInfo, VsanClusterHealthResultRow
Since
vSphere API 5.5

Data Object Description

The class defines the generic vSAN cluster health result table which is used in data driven UI to rendering the health result. This table class includes the column and row list handling in pair. In other words, each of column defines the column schema while the row with the same index in the list contains the value list for this column

Properties

Name Type Description
columns*VsanClusterHealthResultColumnInfo[]

The column list in the data driven UI table
rows*VsanClusterHealthResultRow[]

The row list in the data driven UI table
Properties inherited from VsanClusterHealthResultBase
label
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition