Files
deb-python-pyvmomi/docs/vim/cluster/DasAamNodeState.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

1.4 KiB

vim.cluster.DasAamNodeState

The ClusterDasAamNodeState data object represents the state of the HA service on an ESX host. (AAM is a component of this service.)

extends

vmodl.DynamicData

since

vSphere API 4.0

deprecated

Attributes:

host (vim.HostSystem):

Reference to the host.

name (str):

Name of the host ( HostSystem . name ).

configState (str):

Configuration state of the HA agent on the host. The property can be one of the following values:configuringerrorunconfiguringrunningconfigStaterepresents setting or resetting the HA configuration on the host. If the configuration operation is successful, the value ofconfigStatechanges torunning. See ClusterDasAamNodeStateDasState .

runtimeState (str):

The runtime state of the HA agent on the node. The property can be one of the following values:uninitializedinitializedrunningerroragentShutdownnodeFailedSee ClusterDasAamNodeStateDasState .