Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base(Abstract) Cluster Shared Volume

Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base (ClassType)

Cluster Shared Volumes on failover clusters(Windows 2008 R2 and higher). A cluster shared volume is accessible for all cluster nodes at the same time and managed in an automated FSMO mode.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde6faf88d-2d9d-c771-73a0-f8cb1a2db362

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base:
ClusterSharedVolumeName  string  Cluster Shared Volume Name Name of the Cluster Shared Volume true 256  False 
FriendlyVolumeName  string  Friendly Volume Name Friendly name of the Cluster Shared Volume false 256  False 
PartitionName  string  Partition Name Partition name of the Cluster Shared Volume false 256  False 
PartitionFileSystem  string  Partition File System Partition file system of the Cluster Shared Volume false 256  False 
PartitionSize  int  Partition Size Partition size of the Cluster Shared Volume false 256   
ClusterName  string  Cluster Name Cluster Name for the Cluster Shared Volume false 256  False 
VolumeLabel  string  Volume Label Volume Name of the Cluster Shared Volume false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Base" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterSharedVolumeName" Type="string" Key="true"/>
<Property ID="FriendlyVolumeName" Type="string"/>
<Property ID="PartitionName" Type="string"/>
<Property ID="PartitionFileSystem" Type="string"/>
<Property ID="PartitionSize" Type="int"/>
<Property ID="ClusterName" Type="string"/>
<Property ID="VolumeLabel" Type="string"/>
</ClassType>