Msvm_AffectedStorageJobElement class

Represents the association between a job and the managed elements that may be affected by its execution.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_AffectedStorageJobElement : CIM_AffectedJobElement
{
  CIM_ManagedElement REF AffectedElement;
  Msvm_StorageJob    REF AffectingElement;
  uint16                 ElementEffects[];
  string                 OtherElementEffectsDescriptions[];
};

Members

The Msvm_AffectedStorageJobElement class has these types of members:

Properties

The Msvm_AffectedStorageJobElement 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. This property is inherited from CIM_AffectedJobElement.

AffectingElement

Data type: Msvm_StorageJob

Access type: Read-only

Qualifiers: Key, Override ("CIM_AffectedJobElement.AffectingElement")

The job that is affecting the affected element. This property is inherited from CIM_AffectedJobElement.

ElementEffects

Data type: uint16 array

Access type: Read-only

An enumeration that describes the effect on the managed element. This array corresponds to the OtherElementEffectsDescriptions property array, where the latter provides details related to the high-level effects enumerated by this property. Additional detail is required if the ElementEffects property 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 )

OtherElementEffectsDescriptions

Data type: string array

Access type: Read-only

Provides details for the effect at the corresponding array position in the ElementEffects property array. This information is required whenever the corresponding element in the ElementEffects property array contains the value 1 (Other). This property is inherited from CIM_AffectedJobElement.

Remarks

Access to the Msvm_AffectedStorageJobElement class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_AffectedJobElement

CIM_AffectedJobElement

Storage Classes