VCSReplicationGroupNodeListDTO Data Type

Container for a list of scheduled node lists

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

Example

<replicationGroupNodeList>
  <replicationGroupNodes>
    <node>
      <nodeIdentity>...</nodeIdentity>
      <locationIdentity>...</locationIdentity>
      <isLocal>...</isLocal>
      <isUp>...</isUp>
      <isStopped>...</isStopped>
      <lastStatusChange>...</lastStatusChange>
      <attributes/>
    </node>
    <role>...</role>
    <managingNode>...</managingNode>
  </replicationGroupNodes>
</replicationGroupNodeList>