CIM_MediaPresent class (Hyper-V management)

Represents a relationship in which a storage extent must be accessed through a media access device.

Syntax

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::StorageExtents"), MappingStrings("MIF.DMTF|Storage Devices|001.8"), AMENDMENT]
class CIM_MediaPresent : CIM_Dependency
{
  CIM_MediaAccessDevice REF Antecedent;
  CIM_StorageExtent     REF Dependent;
  boolean                   FixedMedia;
};

Members

The CIM_MediaPresent class has these types of members:

Properties

The CIM_MediaPresent class has these properties.

Antecedent

Data type: CIM_MediaAccessDevice

Access type: Read-only

Qualifiers: Override ("Antecedent")

The media access device.

Dependent

Data type: CIM_StorageExtent

Access type: Read-only

Qualifiers: Override ("Dependent")

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

FixedMedia

Data type: boolean

Access type: Read-only

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

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency