ClusterDasAamNodeState

ClusterDasAamNodeState
ClusterDasAamNodeState

Deprecated as of vSphere API 5.0, this object is no longer returned by vCenter Server. See dasHostState for a description of the objects now used.

The ClusterDasAamNodeState data object represents the state of the HA service on an ESX host.

(AAM is a component of this service.)

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "name": "string",
    "configState": "string",
    "runtimeState": "string"
}
host
Required

Reference to an instance of the HostSystem managed object.

string
name
Required

Name of the host (HostSystem.name).

string
configState
Required

Configuration state of the HA agent on the host.

The property can be one of the following values:

configuring
error
unconfiguring
running

configState represents setting or resetting the HA configuration on the host. If the configuration operation is successful, the value of configState changes to running. See ClusterDasAamNodeStateDasStateEnum.

string
runtimeState
Required

The runtime state of the HA agent on the node.

The property can be one of the following values:

uninitialized
initialized
running
error
agentShutdown
nodeFailed

See ClusterDasAamNodeStateDasStateEnum.