CIM_MediaPresent class

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

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

Syntax

[Abstract, Association, Version("2.6.0"), 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 can not be ejected; otherwise, false.

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_Dependency