local (data type for replication link schedule local property)

The local data type in this section describes the local property of the schedule data type that describes the schedule resource for replication links.

Replication link schedule local data type properties

The following table describes the properties included in the local data type that describes the local property of the schedule data type.

Property nameData typeDescriptionNotes
scheduleOverrideString

Specifies an override for the local schedule for the replication link. Valid values are:

  • low

    The performance level is low for the entire week.

  • MEDIUM

    The performance level is medium for the entire week.

  • HIGH

    The performance level is high for the entire week.

  • CUSTOM

    The performance level is the custom setting for the entire week.

  • NONE

    The schedule for the link is not overridden.

These values are not case-sensitive.

To remove an existing override, specify NONE as the value for this property. If you don’t explicitly remove an existing override when changing the local schedule, the override remains in effect.

transitiontransitionSpecifies a scheduled change of performance level for the replication link on the local system.

Example

Here’s an XML example of the local data type that describes that describes the local property of the schedule data type:

<local>
    <scheduleOverride>NONE</scheduleOverride>
    <transition>
         <time>Sun:00</time>
         <performanceLevel>HIGH</performanceLevel>
    </transition>
    <transition>
         <time>Sun:06</time>
         <performanceLevel>MEDIUM</performanceLevel>
    </transition>
    <transition>
        <time>Sat:00</time>
        <performanceLevel>HIGH</performanceLevel>
    </transition>
    <transition>
        <time>Sat:06</time>
        <performanceLevel>MEDIUM</performanceLevel>
    </transition>
</local>