CIM_AffectedJobElement class
Represents an association between a job and the CIM_ManagedElement objects 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 managed elements or when describing the side effects that may result.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, Association, Version("2.7.0"), AMENDMENT]
class CIM_AffectedJobElement
{
CIM_ManagedElement REF AffectedElement;
CIM_Job REF AffectingElement;
uint16 ElementEffects[];
string OtherElementEffectsDescriptions[];
};
Members
The CIM_AffectedJobElement class has these types of members:
Properties
The CIM_AffectedJobElement class has these properties.
-
AffectedElement
-
-
Data type: CIM_ManagedElement
-
Access type: Read-only
-
Qualifiers: Key
The managed element affected by the execution of the job.
-
-
AffectingElement
-
-
Data type: CIM_Job
-
Access type: Read-only
-
Qualifiers: Key
The job that is affecting the managed element.
-
-
ElementEffects
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_AffectedJobElement.OtherElementEffectsDescriptions")
The effect the job has on the managed element.
The possible values are:
-
-
Unknown (0)
-
Other (1)
-
Exclusive Use (2)
-
Performance Impact (3)
-
Element Integrity (4)
-
Create (5)
OtherElementEffectsDescriptions
-
Data type: string array
-
Access type: Read-only
-
Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_AffectedJobElement.ElementEffects")
Additional details for corresponding "1" (Other) values in the ElementEffects array.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\virtualization |
MOF |
|