MSCluster_ClusterToClusterSharedVolume class

Represents a list of the available cluster shared volumes contained in a cluster.

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("{74e21b21-e651-42e8-8312-13cab5db7844}"), AMENDMENT]
class MSCluster_ClusterToClusterSharedVolume : CIM_Component
{
  MSCluster_Cluster             REF GroupComponent;
  MSCluster_ClusterSharedVolume REF PartComponent;
};

Members

The MSCluster_ClusterToClusterSharedVolume class has these types of members:

Properties

The MSCluster_ClusterToClusterSharedVolume class has these properties.

GroupComponent

Data type: MSCluster_Cluster

Access type: Read-only

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

The cluster.

PartComponent

Data type: MSCluster_ClusterSharedVolume

Access type: Read-only

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

The shared volume resource associate with this cluster.

Remarks

The MSCluster_ClusterToClusterSharedVolume class is derived from the CIM_Component class.

Requirements

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

See also

CIM_Component

Failover Cluster Provider Reference

MSCluster_Cluster

MSCluster_ClusterSharedVolume