1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _name: ../../vim/ManagedEntity.rst#name
.. _HostSystem: ../../vim/HostSystem.rst
.. _vim.HostSystem: ../../vim/HostSystem.rst
.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _ClusterDasAamNodeState: ../../vim/cluster/DasAamNodeState.rst
.. _ClusterDasAamNodeStateDasState: ../../vim/cluster/DasAamNodeState/DasState.rst
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`_ .
|