Win32_DiskDrivePhysicalMedia class

The Win32_DiskDrivePhysicalMedia association WMI class defines the mapping between a disk drive and the physical components that implement it.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Dynamic, Provider("CIMWin32a"), UUID("{}"), AMENDMENT]
class Win32_DiskDrivePhysicalMedia : CIM_Realizes
{
  Win32_PhysicalMedia REF Antecedent;
  Win32_DiskDrive     REF Dependent;
};

Members

The Win32_DiskDrivePhysicalMedia class has these types of members:

Properties

The Win32_DiskDrivePhysicalMedia class has these properties.

Antecedent

Data type: Win32_PhysicalMedia

Access type: Read-only

Qualifiers: Key, Override ("Antecedent"), MappingStrings ("")

The Antecedent reference represents the physical component that implements the DiskDrive device.

Dependent

Data type: Win32_DiskDrive

Access type: Read-only

Qualifiers: Key, Override ("Dependent"), MappingStrings ("")

The Dependent reference represents the disk drive.

Remarks

The Win32_DiskDrivePhysicalMedia class is derived from CIM_Realizes.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipcima.mof
DLL
Wmipcima.dll

See also

CIM_Realizes

Computer System Hardware Classes