Virtual Storage Lifecycle Management API
| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Managed Object - HostEsxAgentHostManager(vim.host.EsxAgentHostManager)
- Property of
- HostConfigManager
- See also
- HostEsxAgentHostManagerConfigInfo
- Since
- vSphere API Release 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 P | HostEsxAgentHostManagerConfigInfo |
Configuration of agent virtual machine resources
|
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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostEsxAgentHostManager used to make the method call. |
configInfo | HostEsxAgentHostManagerConfigInfo |
configuration of agent virtual machine resources
Since vSphere API Release 5.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if an error occurs. |
RuntimeFault | Thrown 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
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |