Files
deb-python-pyvmomi/docs/vim/cluster/DpmHostConfigSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

2.4 KiB

vim.cluster.DpmHostConfigSpec

The ClusterDpmHostConfigSpec data object provides information that the Server uses to update the DPM configuration for a single host (identified by the key property). The host DPM configuration overrides the cluster default DPM setting ( ClusterConfigSpecEx . dpmConfig ).The vSphere API defines three update operations ( ArrayUpdateSpec . operation ).
  • add: Define DPM behavior for a host. If the cluster configuration already includes a DPM behavior override for the specified host, this operation removes the existing override and adds the new one. The new DPM override will use the cluster default value if you do not specify the behavior property (
  • defaultDpmBehavior
  • ).
  • edit: Perform an incremental update to an existing DPM configuration entry for a host. The reconfigure method changes only the properties that you set in the data object. The entry must exist in the
  • ClusterConfigSpecEx
  • .
  • dpmHostConfigSpec
  • array.
  • remove: Remove the DPM override for the specified host. To identify the host to delete, use the
  • removeKey
  • property to specify the
  • key
  • in the host override.Use the ReconfigureComputeResource_Task method to update the DPM configuration. If you set the modify parameter to true, you can use any of the three operations (add, edit, or remove). If you set the modify parameter to false, you can use only the add operation.
extends

vim.option.ArrayUpdateSpec

since

VI API 2.5

Attributes:

info (vim.cluster.DpmHostConfigInfo, optional):