MSCluster_ClusterSharedVolumeToNode class

A cluster shared volume has a node hosting the resource. This lists the cluster node hosting cluster shared volume resource.

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("{f6479c77-f61c-49d7-8098-8125baeab8fd}"), AMENDMENT]
class MSCluster_ClusterSharedVolumeToNode : CIM_Component
{
  MSCluster_ClusterSharedVolume REF GroupComponent;
  MSCluster_Node                REF PartComponent;
};

Members

The MSCluster_ClusterSharedVolumeToNode class has these types of members:

Properties

The MSCluster_ClusterSharedVolumeToNode 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_Node

Access type: Read-only

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

The cluster node hosting the cluster shared volume resource.

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