vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanClusterHealthResultColumnInfo(vim.cluster.VsanClusterHealthResultColumnInfo)
- Property of
- VsanClusterHealthResultTable
- Extends
- DynamicData
- Since
- vSphere API Release 5.5
Data Object Description
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.Properties
Name | Type | Description |
---|---|---|
label | xsd:string |
The column label
|
type | xsd: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:<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>
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |