SettingsHardwareSupportManagersHardwareSupportManagerInfo

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


Properties

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
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
vendor Required

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

JSON Example

{
	"description": "string",
	"display_name": "string",
	"manager": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?