vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanSmartParameter(vim.host.VsanSmartParameter)
- Property of
- VsanSmartDiskStats
- Extends
- DynamicData
- Since
- 6.6
Data Object Description
S.M.A.R.T. stat of certain parameter.Properties
Name | Type | Description |
---|---|---|
parameter* | xsd:string |
S.M.A.R.T. parameter ID. Unset if the parameter is not supported.
See all supported parameter ID in VsanSmartParameterType See VsanSmartParameterType |
threshold* | xsd:int |
The (failure) limit for the parameter. Unset if the value is not available.
|
value* | xsd:int |
The raw value reported by the disk. Unset if the value is not available.
Specially, for "smarthealthstatus" parameter, the value is represented as:
0 represents for "OK".
1 represents for "Warning".
2 represents for "Impending Failure".
3 represents for "Unknown".
Other values for "smarthealthstatus" parameter are invalid.
|
worst* | xsd:int |
The highest value ever recorded for the parameter. Unset if the value is not available.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |