Managed Object - HostEsxAgentHostManager(vim.host.EsxAgentHostManager)

Property of
HostConfigManager
See also
HostEsxAgentHostManagerConfigInfo
Since
vSphere API 5.0


Managed Object Description

This managed object type is used to configure agent virtual machine resource configuration, such as what network and datastore to use for agent virtual machines.

Properties

Name Type Description
configInfo PHostEsxAgentHostManagerConfigInfo

Configuration of agent virtual machine resources
P Required privilege: Host.Config.Settings

Methods

Methods defined in this Managed Object
EsxAgentHostManagerUpdateConfig

EsxAgentHostManagerUpdateConfig(updateConfig)

Update the host's ESX agent configuration. The entire configuration must be set each time since all values are overwritten. E.g. a field set to null clears the value on the host.
Required Privileges
Host.Config.Settings

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostEsxAgentHostManager used to make the method call.
configInfoHostEsxAgentHostManagerConfigInfo

configuration of agent virtual machine resources

Return Value

Type Description
None

Faults

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

Events

Type
None

Show WSDL type definition