Settings_Clusters_Software_Reports_StorageDeviceConstraint

Settings_Clusters_Software_Reports_StorageDeviceConstraint
Settings_Clusters_Software_Reports_StorageDeviceConstraint

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

JSON Example
{
    "firmware_version": "string",
    "firmware_version_match": "string",
    "driver_name": "string",
    "driver_version": "string",
    "supported_features": {
        "supported_features": [
            "string"
        ]
    }
}
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 :

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

object
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.