nodeListDTO Data Type

Copyright 2012 WANdisco.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
node list of nodeDTO element 0/unbounded  

Example

<nodes>
  <node>
    <nodeIdentity>...</nodeIdentity>
    <locationIdentity>...</locationIdentity>
    <isLocal>...</isLocal>
    <isUp>...</isUp>
    <isStopped>...</isStopped>
    <lastStatusChange>...</lastStatusChange>
    <attributes>
      <attribute/>
    </attributes>
  </node>
</nodes>