SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesProductSelectionSpec

The VcgEntries.ProductSelectionSpec structure contains information about the storage device and the corresponding VMware Compatibility Guide (VCG) product override that must be applied to the specified device.


Properties

key Required

Information about the storage device for which this override must be applied to.


string
vcg_product Optional

VMware Compatibility Guide (VCG) product selection that must be applied to the specified storage device. if {@term.unset} any existing vcg selection for the storage device will be removed When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.vcg_product. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.vcg_product.

JSON Example

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

Feedback

Was this page helpful?