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 name | Data type | Description | Notes |
scheduleOverride | String |
Specifies an override for the local schedule for the replication link. Valid values are:
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. | |
transition | transition | Specifies 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>