VCSReplicationGroupNodeDTO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
managingNode boolean element 1/1  
node nodeDTO element 0/1  
role string element 0/1  

Example

<replicationGroupNode>
  <node>
    <nodeIdentity>...</nodeIdentity>
    <locationIdentity>...</locationIdentity>
    <isLocal>...</isLocal>
    <isUp>...</isUp>
    <isStopped>...</isStopped>
    <lastStatusChange>...</lastStatusChange>
    <attributes>
      <attribute/>
    </attributes>
  </node>
  <role>...</role>
  <managingNode>...</managingNode>
</replicationGroupNode>