repositoryAndHelperListDTO Data Type

Copyright 2018 WANdisco

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
nodeList nodeListDTO element 0/1 the nodeList
repoList list of string element 0/unbounded the repoList

Example

<repositoryAndHelperList>
  <repoList>...</repoList>
  <nodeList>
    <node>
      <nodeIdentity>...</nodeIdentity>
      <locationIdentity>...</locationIdentity>
      <isLocal>...</isLocal>
      <isUp>...</isUp>
      <isStopped>...</isStopped>
      <lastStatusChange>...</lastStatusChange>
      <attributes/>
    </node>
  </nodeList>
</repositoryAndHelperList>