VsanClusterHealthResultColumnInfo
This class defines the column information for the vSAN health finding, 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.
{
"_typeName": "string",
"label": "string",
"type": "string"
}
The column label
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:<class>:<id> For listMor: ManagedObjectReference:<class>:<id>, ManagedObjectReference:<class>:<id>, ... For HostReference: HostReferece:<hostname> or HostReferece:<ip> For others: type:<value>, e.g. string:<string>