AffectedJobElement represents an association between a Job and the ManagedElement(s) that may be affected by its execution. It may not be feasible for the Job to describe all of the affected elements. The main purpose of this association is to provide information when a Job requires exclusive use of the ‘affected’ ManagedElment(s) or when describing that side effects may result.
string[] OtherElementEffectsDescriptions
Provides details for the ‘effect’ at the corresponding array position in ElementEffects. This information is required whenever ElementEffects contains the value 1 (“Other”).
CIM_ManagedElement AffectedElement
The ManagedElement affected by the execution of the Job.
uint16[] ElementEffects
An enumeration describing the ‘effect’ on the ManagedElement. This array corresponds to the OtherElementEffectsDescriptions array, where the latter provides details related to the high-level ‘effects’ enumerated by this property. Additional detail is required if the ElementEffects array contains the value 1, “Other”.
ValueMap Values 0 Unknown 1 Other 2 Exclusive Use 3 Performance Impact 4 Element Integrity 5 Create
CIM_Job AffectingElement
The Job that is affecting the ManagedElement.
None
None
None