MSCluster_DiskToDiskPartition class

A dynamic WMI class that represents a list of the disk partitions on a disk by associating an instance of the MSCluster_Disk class representing a disk resource with instances of the MSCluster_DiskPartition class.

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

Syntax

[Association, Dynamic, Provider("MS_CLUSTER_PROVIDER"), UUID("{960c49e0-ae52-4888-9136-21441fe642dd}"), AMENDMENT]
class MSCluster_DiskToDiskPartition : CIM_Component
{
  MSCluster_Disk          REF GroupComponent;
  MSCluster_DiskPartition REF PartComponent;
};

Members

The MSCluster_DiskToDiskPartition class has these types of members:

Properties

The MSCluster_DiskToDiskPartition class has these properties.

GroupComponent

Data type: MSCluster_Disk

Access type: Read-only

Qualifiers: Override ("GroupComponent"), Min (1), Max (1)

Provides the disk.

PartComponent

Data type: MSCluster_DiskPartition

Access type: Read-only

Qualifiers: Override ("PartComponent")

Provides a partition on this disk.

Remarks

The MSCluster_ResourceToDisk class is derived from the CIM_Component class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

CIM_Component

Failover Cluster Provider Reference