replicationgrouplist element
Type: | VCSReplicationGroupListDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<replicationgrouplist>
<replicationgroup>
<groupStarted>...</groupStarted>
<nodes>
<replicationGroupNodes>
<managingNode>...</managingNode>
<node>
<nodeIdentity>...</nodeIdentity>
<locationIdentity>...</locationIdentity>
<isLocal>...</isLocal>
<isUp>...</isUp>
<isStopped>...</isStopped>
<lastStatusChange>...</lastStatusChange>
<attributes>
<attribute>
<key>...</key>
<value>...</value>
</attribute>
<attribute>
<!--...-->
</attribute>
<!--...more "attribute" elements...-->
</attributes>
</node>
<role>...</role>
</replicationGroupNodes>
<replicationGroupNodes>
<!--...-->
</replicationGroupNodes>
<!--...more "replicationGroupNodes" elements...-->
</nodes>
<dsmId>...</dsmId>
<scheduleManagingNodeId>...</scheduleManagingNodeId>
<rotationSuspended>...</rotationSuspended>
<repositoryIds>...</repositoryIds>
<repositoryIds>...</repositoryIds>
<!--...more "repositoryIds" elements...-->
<replicationGroupName>...</replicationGroupName>
<schedule>
<scheduledNodeLists>
<membershipId>...</membershipId>
<hourOfDay>...</hourOfDay>
<dayOfWeek>...</dayOfWeek>
<quorum>...</quorum>
<scheduled>...</scheduled>
<scheduledNodes>
<managingNode>...</managingNode>
<node>
<nodeIdentity>...</nodeIdentity>
<locationIdentity>...</locationIdentity>
<isLocal>...</isLocal>
<isUp>...</isUp>
<isStopped>...</isStopped>
<lastStatusChange>...</lastStatusChange>
<attributes>
<attribute>
<key>...</key>
<value>...</value>
</attribute>
<attribute>
<!--...-->
</attribute>
<!--...more "attribute" elements...-->
</attributes>
</node>
<role>...</role>
</scheduledNodes>
<scheduledNodes>
<!--...-->
</scheduledNodes>
<!--...more "scheduledNodes" elements...-->
</scheduledNodeLists>
<scheduledNodeLists>
<!--...-->
</scheduledNodeLists>
<!--...more "scheduledNodeLists" elements...-->
</schedule>
<pendingTransactions>...</pendingTransactions>
<replicationGroupIdentity>...</replicationGroupIdentity>
</replicationgroup>
<replicationgroup>
<!--...-->
</replicationgroup>
<!--...more "replicationgroup" elements...-->
</replicationgrouplist>