replicationGroupSchedule element
Type: | VCSReplicationGroupScheduleDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<replicationGroupSchedule>
<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...-->
</replicationGroupSchedule>