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::
For listMor: ManagedObjectReference::, ManagedObjectReference::, ...
For HostReference: HostReferece: or HostReferece:
For others: type:, e.g. string:
|