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 media access device.

This property is inherited from CIM_MediaPresent.

Dependent

Data type: CIM_StorageExtent

Access type: Read-only

The storage extent that is accessed when using the media access device.

This property is inherited from CIM_MediaPresent.

FixedMedia

Data type: boolean

Access type: Read-only

true if the storage extent is fixed in the media access device and can not be ejected; otherwise, false.

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

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_MediaPresent

CIM_MediaPresent

Storage Classes