transition
The transition
data type describes the transition
property of the local
and remote
data types used to describe the local
and remote
properties of the replication link schedule resource.
transition data type properties
The following table describes the properties included in the transition
data type.
Property name | Data type | Description | Notes |
performanceLevel | String |
Specifies the performance level that applies to the replication link on the local or remote system, as applicable, starting at the day and time specified by the time property. Valid values are:
These values are not case-sensitive. You cannot set the schedule to OFF for the entire week. To stop replication on the link for the entire week, suspend the link. | This property is required for within occurrence of the transition property. |
time | Date |
Specifies a day and time at which the performance level for the replication link changes to the level specified by the
In this format:
| This property is required for within occurrence of the transition property. |
Example
Here’s an XML example of the transition
data type:
<transition> <time>Tue:18</time> <performanceLevel>HIGH</performanceLevel> </transition>