SettingsHardwareSupportManagersHardwareSupportManagerInfo
The Managers.HardwareSupportManagerInfo structure contains fields that describe a particular 3rd party Hardware Support Manager (HSM)
Properties
User-intelligible description of the HSM (e.g. “Front end for Frobozz so-and-so management system”)
UI label for HSM, derived from HSM extension’s description’s ‘label’ field. (e.g. “Frobozz Free Management System”)
Name of the Hardware Support Manager (HSM) (e.g. “Frobozz Hardware Support Manager”) When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager.
Company providing the Hardware Support Manager (HSM) (e.g. “Frobozz Magic Software Company”)
JSON Example
{
"description": "string",
"display_name": "string",
"manager": "string",
"vendor": "string"
}