Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk叢集磁碟

Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk (ClassType)

容錯移轉叢集上的叢集磁碟 (Windows Server 2008 和更高版本)。所有叢集節點可同時存取叢集磁碟,並以自動化 FSMO 模式進行管理。

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId10f38c20-64e5-06ea-6e54-a18c9226e0a3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk:
ClusterResourceName  string  叢集資源名稱 叢集磁碟的叢集資源名稱 true 256  False 
ClusterDiskName  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.ClusterDisksMonitoring.ClusterDisk" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterResourceName" Type="string" Key="true"/>
<Property ID="ClusterDiskName" 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>