| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| dsmId | string | element | 0/1 | ||
| nodes | VCSReplicationGroupNodeListDTO | element | 0/1 | ||
| pendingTransactions | long | element | 0/1 | ||
| replicationGroupIdentity | string | element | 0/1 | ||
| replicationGroupName | string | element | 0/1 | ||
| repositoryIds | list of string | element | 0/unbounded | ||
| rotationSuspended | boolean | element | 1/1 | ||
| schedule | VCSReplicationGroupScheduleDTO | element | 0/1 | ||
| scheduleManagingNodeId | string | element | 0/1 | ||
| state | string | element | 0/1 |
Example
<replicationGroup>
<state>...</state>
<replicationGroupName>...</replicationGroupName>
<schedule>
<scheduledNodeLists>
<dayOfWeek>...</dayOfWeek>
<hourOfDay>...</hourOfDay>
<scheduled>...</scheduled>
<scheduledNodes/>
<membershipId>...</membershipId>
<quorum>...</quorum>
</scheduledNodeLists>
</schedule>
<replicationGroupIdentity>...</replicationGroupIdentity>
<repositoryIds>...</repositoryIds>
<scheduleManagingNodeId>...</scheduleManagingNodeId>
<rotationSuspended>...</rotationSuspended>
<pendingTransactions>...</pendingTransactions>
<dsmId>...</dsmId>
<nodes>
<replicationGroupNodes>
<node/>
<role>...</role>
<managingNode>...</managingNode>
</replicationGroupNodes>
</nodes>
</replicationGroup>