Describes the different types of conflicts that can be detected for a scheduled maintenance activity for a CI.
| Name | Value | Summary |
|---|---|---|
| None | 0 | Indicates that no conflicts were detected. |
| OutsideMaintenanceWindow | 1 | Indicates that an activity takes place outside of the CI's maintenance window. |
| DuringBlackoutWindow | 2 | Indicates that an activity takes place during a blackout window. |
| ExistingActivity | 4 | Indicates that an activity conflicts with a pre-existing activity scheduled for the CI. |
| OutsideChildMaintenanceWindow | 8 | Indicates that an activity takes place outside the maintenance window of one or more of the CI's operational children. |
| ExistingChildActivity | 16 | Indicates that an activity conflicts with a pre-existing activity on one of the CI's operational children. |
| ExistingParentActivity | 32 | Indicates that an activity conflicts with a pre-existing activity on one of the CI's operational parents. |