MSCluster_ClusterSharedVolumeToResource class

A cluster shared volume has a resource associated with it. This lists the cluster resource which is the cluster shared volume.

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("{348a16a2-4d97-4e56-82e6-d08a23fe927a}"), AMENDMENT]
class MSCluster_ClusterSharedVolumeToResource : CIM_Component
{
  MSCluster_ClusterSharedVolume REF GroupComponent;
  MSCluster_Resource            REF PartComponent;
};

Members

The MSCluster_ClusterSharedVolumeToResource class has these types of members:

Properties

The MSCluster_ClusterSharedVolumeToResource class has these properties.

GroupComponent

Data type: MSCluster_ClusterSharedVolume

Access type: Read-only

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

The cluster shared volume.

PartComponent

Data type: MSCluster_Resource

Access type: Read-only

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

The cluster resource associated with the cluster shared volume.

Requirements

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

See also

CIM_Component