MSCluster_ResourceToDisk class

A dynamic WMI class that associates an instance of the MSCluster_Resource class representing a disk resource to an instance of the MSCluster_Disk 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("{7B81696D-C2AC-481A-BFD0-A2FB02238926}"), AMENDMENT]
class MSCluster_ResourceToDisk : CIM_Component
{
  MSCluster_Resource REF GroupComponent;
  MSCluster_Disk     REF PartComponent;
};

Members

The MSCluster_ResourceToDisk class has these types of members:

Properties

The MSCluster_ResourceToDisk class has these properties.

GroupComponent

Data type: MSCluster_Resource

Access type: Read-only

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

Represents the physical disk resource.

PartComponent

Data type: MSCluster_Disk

Access type: Read-only

Qualifiers: Override ("PartComponent")

Represents the disk associated with this physical disk resource.

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

MSCluster_Disk

MSCluster_Resource