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
ElementId4af922c6-3a55-9a53-805f-88971576b701

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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>