MSCluster_ClusterSharedVolumeToPartition class

A cluster shared volume has a partition. This lists the cluster shared volume partition information.

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("{6e861fe6-2f66-4361-ab71-90b87aef3a79}"), AMENDMENT]
class MSCluster_ClusterSharedVolumeToPartition : CIM_Component
{
  MSCluster_ClusterSharedVolume REF GroupComponent;
  MSCluster_DiskPartition       REF PartComponent;
};

Members

The MSCluster_ClusterSharedVolumeToPartition class has these types of members:

Properties

The MSCluster_ClusterSharedVolumeToPartition 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_DiskPartition

Access type: Read-only

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

The cluster shared volume partition.

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