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

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::StorageExtents"), MappingStrings("MIF.DMTF|Storage Devices|001.8")]
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 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Dependency

Failover Clustering Hyper-V WMI Provider