Esx.Settings.ComponentOverrideInfo

Esx.Settings.ComponentOverrideInfo
Esx.Settings.ComponentOverrideInfo

The Esx.Settings.ComponentOverrideInfo schema contains fields that describe how the component was overridden.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_version": "string",
    "source": "string",
    "note": "Vapi.Std.LocalizableMessage Object"
}
string
version
Required

Version of the component override.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the component override.

This property was added in vSphere API 7.0.0.0.

string
source
Required

Source of the component override.

Possible values:

  • BASE_IMAGE: Base image is the source for this component
  • ADD_ON: Addon is the source for this component
  • USER: User is the source for this component
  • SOLUTION: Solution is the source for this component
  • HARDWARE_SUPPORT_PACKAGE: Hardware Support Package (HSP) is the source for this component

This constant was added in vSphere API 7.0.0.0.

  • USER_REMOVED: This component was removed by the user

This constant was added in vSphere API 8.0.3.0.

For more information see: Esx.Settings.ComponentSource.

This property was added in vSphere API 7.0.0.0.

note
Required

Note explaining the override.

This property was added in vSphere API 7.0.0.0.