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;
  uint16                 ElementEffects[];
  string                 OtherElementEffectsDescriptions[];
  Msvm_StorageJob    REF AffectingElement;
};

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 managed element.

This property is inherited from CIM_AffectedJobElement.

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.

This property is inherited from CIM_AffectedJobElement.

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.

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

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
WindowsVirtualization.mof

See also

CIM_AffectedJobElement

CIM_AffectedJobElement

Storage Classes