SettingsClustersSoftwareReportsStorageDeviceConstraint

The StorageHclConstraint structure contains information about Storage device’s hardware compatibility certification including details like driver and/or firmware versions and the set of validated features supported


Properties

string
driver_name Optional

Certified Driver Name. This field will be unset If there is no driver certification for the device


string
driver_version Optional

Certified Driver Version. This field will be unset If there is no driver certification for the device


string
firmware_version Optional

Certified Firmware Version. This field will be unset- If there is no firware version specified for the device


firmware_version_match Optional

The FirmwareVersionMatchingCriteria enumerated type contains the criteria for firmware version comparison
EXACT :
MINIMUM :

Possible values are: EXACTMINIMUM


map of string
supported_features Optional

Map of solutions and the corresponding features that the device is certified for in the VMware Compatibility Guide If map is empty, device is not certified for any specific solutions like vSAN If Service is set but features are empty, means device is certified for solution. If Service is set and features is also set, means device is certified for specific features. This field is optional because it was added in a newer version than its parent node.

JSON Example

{
	"driver_name": "string",
	"driver_version": "string",
	"firmware_version": "string",
	"firmware_version_match": "EXACT",
	"supported_features": {
		"key": "string"
	}
}

Feedback

Was this page helpful?