SettingsClustersSoftwareReportsPciDeviceComplianceInfo

The PciDeviceComplianceInfo structure contains information that describe the compliance of a pci device with respect to the component present in the target software specification.


Properties

string as uri
compatibility_guide_link Optional

Provides link to the VMware Compatibility Guide for further information on the compatibility. If unset there is no VMware Compatibility link available as this is device used by VSAN.


array of string
compatible_versions Required

List of vSphere Versions compatible for this device. This field is populated only for device found INCOMPATIBLE


constraints Optional

List of Supported Driver and Firmware Version combination and corresponding supportedFeatures from VMware Compatibility Guide (VCG) listing for the given vSphere version This field is optional because it was added in a newer version than its parent node.


device Required

Pci Device Details


host_info Required

Affected List of Host IDs where this device is found. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: HostSystem.


notifications Optional

Device Specific notifications describing the compliance result. This field will be unset if there are no notifications


status Required

The ComplianceStatus enumerated type contains the possible different status of compliance with respect to target version.
COMPATIBLE : Target hardware is compliant with VMware Compatibility Guide (VCG)
INCOMPATIBLE : Target hardware is not (recognizably) compliant with VMware Compatibility Guide (VCG)
HCL_DATA_UNAVAILABLE : HCL data can not be fetched to validate cluster hardware.
UNAVAILABLE : Target hardware compliance with VMware Compatibility Guide (VCG) cannot be determined.
NO_FIRMWARE_PROVIDER : No Firmware HSM present in Software Spec to get Firmware Details HardwareSupportPackageInfo structure

Possible values are: COMPATIBLEINCOMPATIBLEHCL_DATA_UNAVAILABLEUNAVAILABLENO_FIRMWARE_PROVIDER


supported Required

List of Supported Driver and Firmware Version combination from Harware Compatibility List.


target Required

Driver and Firmware Version from Image Specification.


map of string
validated_features_in_use Optional

Validated features in use on this device If Service is set but features is empty, device is active for solution Subset of validated features for which we provide certification - for example RDMA, not IPV6 Inclusion in this set of features is independent of the certification status of device. In other words it’s possible a device is configured to use a feature it is not certified. This field is optional because it was added in a newer version than its parent node.

JSON Example

{
	"compatible_versions": [
		"string"
	],
	"device": {
		"did": "string",
		"display_name": "string",
		"driver_name": "string",
		"ssid": "string",
		"svid": "string",
		"vendor": "string",
		"vid": "string"
	},
	"host_info": {
		"key": {
			"name": "string"
		}
	},
	"status": "COMPATIBLE",
	"supported": [
		{
			"driver_name": "string",
			"driver_version": "string",
			"firmware_version": "string"
		}
	],
	"target": {
		"driver_name": "string",
		"driver_version": "string",
		"firmware_version": "string"
	}
}

Feedback

Was this page helpful?