Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume群集共享卷

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

故障转移群集上的群集共享卷(Windows Server 2008 R2 和更高版本)。 群集共享卷可供所有群集节点同时访问,并且是在自动 FSMO 模式下管理的。

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc356c4b7-ce55-da71-336e-da86ad802a17

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume:
ClusterSharedVolumeName  string  群集共享卷名 群集共享卷的名称 true 256  False 
FriendlyVolumeName  string  友好卷名 群集共享卷的友好名称 false 256  False 
PartitionName  string  分区名 群集共享卷的分区名 false 256  False 
PartitionFileSystem  string  分区文件系统 群集共享卷的分区文件系统 false 256  False 
PartitionSize  int  分区大小 群集共享卷的分区大小 false 256   
ClusterName  string  群集名称 群集共享卷的群集名称 false 256  False 
VolumeLabel  string  卷标 群集共享卷的卷名 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume" Accessibility="Public" Abstract="false" 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>