Settings_HardwareSupport_Managers_HardwareSupportManagerInfo

Settings_HardwareSupport_Managers_HardwareSupportManagerInfo
Settings_HardwareSupport_Managers_HardwareSupportManagerInfo

The Managers.HardwareSupportManagerInfo structure contains fields that describe a particular 3rd party Hardware Support Manager (HSM)

JSON Example
{
    "manager": "string",
    "description": "string",
    "display_name": "string",
    "vendor": "string"
}
string
manager
Required

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.

string
description
Required

User-intelligible description of the HSM (e.g. "Front end for Frobozz so-and-so management system")

string
display_name
Required

UI label for HSM, derived from HSM extension's description's 'label' field. (e.g. "Frobozz Free Management System")

string
vendor
Required

Company providing the Hardware Support Manager (HSM) (e.g. "Frobozz Magic Software Company")