Msvm_MediaPresent class

Associates a storage drive with the media inserted into the drive. This association is used for all storage drive objects.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_MediaPresent : CIM_MediaPresent
{
  CIM_MediaAccessDevice REF Antecedent;
  CIM_StorageExtent     REF Dependent;
  boolean                   FixedMedia;
};

Members

The Msvm_MediaPresent class has these types of members:

Properties

The Msvm_MediaPresent class has these properties.

Antecedent

Data type: CIM_MediaAccessDevice

Access type: Read-only

The reference to the media access device. This property is inherited from CIM_MediaPresent.

Dependent

Data type: CIM_StorageExtent

Access type: Read-only

The reference to the storage extent accessed with the media access device. This property is inherited from CIM_MediaPresent.

FixedMedia

Data type: boolean

Access type: Read-only

Indicates whether the accessed storage extent is fixed and cannot be ejected. The value is True for hard disks and False otherwise. This property is inherited from CIM_MediaPresent.

Remarks

Access to the Msvm_MediaPresent 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_MediaPresent

CIM_MediaPresent

Storage Classes