Managed Object - HostImageConfigManager

Property of
HostConfigManager
See also
HostImageProfileSummary
Since
vSphere API 5.0


Managed Object Description

This managed object is the interface for configuration of the ESX software image, including properties such as acceptance level. It is currently designed to be host agent specific.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
HostImageConfigGetAcceptance, HostImageConfigGetProfile, UpdateHostImageAcceptanceLevel

HostImageConfigGetAcceptance

Queries the current host acceptance level setting.
See HostImageAcceptanceLevel
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostImageConfigManager used to make the method call.

Return Value

Type Description
xsd:string

Faults

Type Description
HostConfigFaultThrown if the host acceptance setting is invalid.
See HostImageAcceptanceLevel
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Show WSDL type definition



HostImageConfigGetProfile

Queries the current host image profile information.
See HostImageProfileSummary
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostImageConfigManager used to make the method call.

Return Value

Type Description
HostImageProfileSummary

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Show WSDL type definition



UpdateHostImageAcceptanceLevel

Sets the acceptance level of the host image profile.
See HostImageAcceptanceLevel
Required Privileges
Host.Config.Image

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostImageConfigManager used to make the method call.
newAcceptanceLevelxsd:string

the new AcceptanceLevel to set.
See HostImageAcceptanceLevel


Return Value

Type Description
None

Faults

Type Description
HostConfigFaultThrown if the acceptance level is raised and there are VIB packages that are not permitted by the higher acceptance level.
See HostImageAcceptanceLevel
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Show WSDL type definition