SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesComplianceStatusKey

The ComplianceStatus.Key structure specifies information about the storage device for which this override must be applied to.


Properties

integer as int64
capacity Required

string
driver_name Optional

Driver name of this storage device if applicable/available. This field will be unset if there is no driver associated with the device.


string
driver_version Optional

Driver version of this storage device if applicable/available. This field will be unset if there is no driver associated with the device.


string
firmware_version Optional

storage device firmware version If {@term.unset} the override is applied to the entries with an unknown firmware version.


string
model Required

string
part_number Optional

storage device part number If {@term.unset} the override will be applied to the entries without a part number.


string
release Optional

vSphere release that an override must be applied to. If this field is unset, InvalidArgument is thrown. The field is left optional to support wildcard matching in a future release.


map of string
validated_features_in_use Optional

Validated features for which this override applies If a service is specified but no specific features are included, the device is taken to be in use by the service. If this field is unset this is taken to mean that the device is active for the vSAN service (and no specific features). This is done in order to support 7.0 U3 clients which do not set this field. Subset of validated features for which we provide certification - for example RDMA, not IPV6 Note that this list represents the features in actual current use, which could include features for which the device is not certified


string
vendor Required

JSON Example

{
	"capacity": 0,
	"model": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?