VsanHclReleaseConstraint

VsanHclReleaseConstraint
VsanHclReleaseConstraint

Information about the device HCL constraints for a particular release.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "release": "string",
    "hostDevices": [
        {
            "_typeName": "string",
            "hostname": "string",
            "devices": [
                {
                    "_typeName": "string",
                    "deviceName": "string",
                    "pciId": "string",
                    "fwVersion": "string",
                    "features": [
                        "string"
                    ]
                }
            ]
        }
    ],
    "constraints": [
        {
            "_typeName": "string",
            "pciId": "string",
            "vcgLink": "string",
            "similarVcgLinks": [
                "string"
            ],
            "compliantFirmwares": [
                {
                    "_typeName": "string",
                    "firmwareVersion": "string",
                    "compliantDrivers": [
                        {
                            "_typeName": "string",
                            "driverName": "string",
                            "driverVersion": "string",
                            "supportedFeatures": [
                                "string"
                            ]
                        }
                    ]
                }
            ],
            "vcgId": 0,
            "model": "string",
            "partner": "string",
            "partNumber": "string",
            "release": "string"
        }
    ]
}
cluster
Required

The vSAN cluster.

string
release
Required

Target vSphere release.

hostDevices
Optional

Host devices.

constraints
Optional

PCI Device HCL constraints.