MSISCSITARGET_AffectedJobElement class

Represents an association between a job and the managed elements that might be affected by its execution. It might 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 specified managed elements or when side effects must be documented that might occur as a result.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("MSiSCSITargetProv"), Version("1.0.0")]
class MSISCSITARGET_AffectedJobElement : CIM_AffectedJobElement
{
  CIM_ManagedElement REF AffectedElement;
  CIM_Job            REF AffectingElement;
  uint16                 ElementEffects[];
  string                 OtherElementEffectsDescriptions[];
};

Members

The MSISCSITARGET_AffectedJobElement class has these types of members:

Properties

The MSISCSITARGET_AffectedJobElement class has these properties.

AffectedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The CIM_ManagedElement affected by the execution of the Job.

This property is inherited from CIM_AffectedJobElement.

AffectingElement

Data type: CIM_Job

Access type: Read-only

Qualifiers: Key

The Job that is affecting the ManagedElement.

This property is inherited from CIM_AffectedJobElement.

ElementEffects

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_AffectedJobElement.OtherElementEffectsDescriptions")

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".

This property is inherited from CIM_AffectedJobElement.

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")

Provides details for the 'effect' at the corresponding array position in ElementEffects. This information is required whenever ElementEffects contains the value 1 ("Other").

This property is inherited from CIM_AffectedJobElement.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
WTWmiProv.dll

See also

CIM_AffectedJobElement

iSCSI Target Server Reference

CIM_AffectedJobElement