vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SSDEnduranceThresholdSpec(vim.vsan.SSDEnduranceThresholdSpec)
- Property of
- VsanHealthCustomizationSpec
- Extends
- DynamicData
- Since
- 8.0.0.4
Data Object Description
The spec for NVMe SSD endurance threshold configuration.Properties
Name | Type | Description |
---|---|---|
clustername | xsd:string |
The vSAN cluster name which is set for per cluster ssd endurance spec.
|
clusternameop* | xsd:string |
The operator name which is set for cluster name comparision. Support below enum values.
- equals
- notEqualTo
- startsWith
- doesNotStartWith
- endsWith
- doesNotEndWith
|
diskname* | xsd:string |
The disk name(e.g. t10.NVMe____Dell_Express_Flash_NVMe_P4510_1TB_SFF)
in vSAN cluster which is set for per disk ssd endurance spec.
The disk name can be queried through command 'vdq -i' on ESXi
|
disknameop* | xsd:string |
The operator name which is set for disk name comparision. Support below enum values.
- equals
- notEqualTo
- startsWith
- doesNotStartWith
- endsWith
- doesNotEndWith
|
diskvendorname* | xsd:string |
The name of disk vendor in vSAN cluster which is set for per disk ssd endurance spec.
The vendor name of disk can be queried through command
'vsish -e get /storage/scsifw/devices/<diskName>/info | grep "vendor :"'
|
diskvendorop* | xsd:string |
The operator name which is set for disk vendor comparision. Support below enum values.
- equals
- notEqualTo
- startsWith
- doesNotStartWith
- endsWith
- doesNotEndWith
|
hostname* | xsd:string |
The host name in vSAN cluster which is set for per host ssd endurance spec.
|
hostnameop* | xsd:string |
The operator name which is set for host name comparision. Support below enum values.
- equals
- notEqualTo
- startsWith
- doesNotStartWith
- endsWith
- doesNotEndWith
|
severity | xsd:string |
The severity of alarm rule. Support below enum values
- red
- yellow
|
ssdEndurancePtg | xsd:float |
The warning disk endurance alarm will be triggered when the percentage is reached.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |